lastcreate - luxembourg/muxcode-clm GitHub Wiki
LASTCREATE()
FUNCTION: lastcreate([<object>, [,<type>]])
Returns the dbref of the last created object for <object>. If object is not specified, the dbref of the executor is used. The optional argument, <type>, returns the dbref of the last created object of the given type. Type may be 'r', 'e', 't', or 'p' for room, exit, thing, or player, respectively.
Examples: > say lastcreate(me) You say, "#2047" > say lastcreate(me, r) You say, "#836"