Switch to edit mode.
Name(s): title21: "Copied from Kiddy (#2389):title Aug 29 10:32:36 1998"
2: "Copied from Avocado (#2195):title Aug 20 09:42:00 1998"
3: "Copied from Jay (#8438):title Jul 26 09:26:01 1998"
4: "Programmed by Jay (#8438) - feel free to copy and use! :-)"
5: name = `this:name() ! E_VERBNF => this.name'
6: idle = `$object_utils:idle_seconds(this) / 180 ! ANY => 0'
7: if (!$object_utils:connected(this))
8: return name + (" " + this.mood + "")
9: else
10: return name + (idle ? " (in deep thought)" | (this.mood ? tostr(" " + this.mood + "") | ""))
11: endif
12: "Last modified by Avocado (#2195) on Sat Jul 17 11:39:41 1999 MDT."