@verb #7160:"title" this none this rxdo #7160 @program #7160:"title" this none this "Copied from Tony (#8489):title Jul 27 17:03:31 1996" if (this.mood) return this.cloak_name + " (" + this.mood + ")" else if ($wiz_utils:connected(this)) idlesecs = $object_utils:idle_seconds(this) / 60 if (idlesecs == 0) return this.cloak_name elseif (idlesecs > 0) return this.cloak_name + " (Idle: " + tostr(idlesecs) + ")" endif else return this.cloak_name + " (asleep)" endif endif return pass(@args) .