Method code for $root.set_obj_info()

[Turn on line numbering]
arg name, definer, value, @args;
var x;

// object information: describe the object and possibly provide
// specialized credit for the creators and developers
if (!value)
    return (| clear_var('obj_info) |);
if (type(value) != 'string)
    throw(~type, "You must submit a string for the object info.");
obj_info = value;

// $#Edited: 11 Jun 03 14:09 $brandon

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

the Cold Dark