Method code for $root.new()

[Turn on line numbering]
arg @suffix;
var obj, tmp, objname, mngr, na;

// this difference between this and .spawn() is that you
// can override this method to return a frob instead.
(> .will_spawn(sender()) <);
suffix = (> .get_obj_suffix(@suffix) <);
return $sys.spawn_sender(suffix, sender());

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

the Cold Dark