Method code for $root.set_obj_info()

[Turn off line numbering]
  1: arg name, definer, value, @args;
  2: var x;
  3: 
  4: // object information: describe the object and possibly provide
  5: // specialized credit for the creators and developers
  6: if (!value)
  7:     return (| clear_var('obj_info) |);
  8: if (type(value) != 'string)
  9:     throw(~type, "You must submit a string for the object info.");
 10: obj_info = value;
 11: 
 12: // $#Edited: 11 Jun 03 14:09 $brandon

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

the Cold Dark