Method code for $root.parse_help_node_setting()

[Turn off line numbering]
  1: arg value, @args;
  2: 
  3: if (!value)
  4:     return 0;
  5: value = (> $object_lib.to_dbref(value) <);
  6: if (!value.is($help_node))
  7:     throw(~perm, value.namef('ref) + " is not a $help_node.");
  8: return value;

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

Tlon