Method code for $root.obj_info()

[Turn on line numbering]
arg @nocore;
var line;

if (!nocore && 'core in (flags || [])) {
    line = "Created ";
    if (.created_on() > 0)
        line += $time.format("%d-%h-%Y", .created_on()) + " ";
    line = [line + "as a part of ColdCore, see: @help Credit"];
} else {
    line = [];
}
if (obj_info)
    return obj_info + line;
return line;

// $#Edited: 11 Jun 03 12:16 $brandon

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

the Cold Dark