Method code for $root.obj_info()

[Turn off line numbering]
  1: arg @nocore;
  2: var line;
  3: 
  4: if (!nocore && 'core in (flags || [])) {
  5:     line = "Created ";
  6:     if (.created_on() > 0)
  7:         line += $time.format("%d-%h-%Y", .created_on()) + " ";
  8:     line = [line + "as a part of ColdCore, see: @help Credit"];
  9: } else {
 10:     line = [];
 11: }
 12: if (obj_info)
 13:     return obj_info + line;
 14: return line;
 15: 
 16: // $#Edited: 11 Jun 03 12:16 $brandon

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

the Cold Dark