Method code for $root.parse_help_node_setting()

[Turn on line numbering]
arg value, @args;

if (!value)
    return 0;
value = (> $object_lib.to_dbref(value) <);
if (!value.is($help_node))
    throw(~perm, value.namef('ref) + " is not a $help_node.");
return value;

// Created as a part of ColdCore, see: @help Credit

Tlon