@verb #8084:"msg_page_echo" this none this rxdo #8084 @program #8084:"msg_page_echo" this none this set_task_perms(caller_perms()) msg = this.(verb) msg = typeof(msg) == $STR ? {msg} | msg if (player == #9878) "Don't spam her with extra lines. Boo, evil. :)" elseif (idle_seconds(this) > this.idle_time) msg = {@msg, this:title() + " is currently idle."} elseif (this.location:isa($editor)) msg = {@msg, this:title() + " is currently in an editor, that better have been important."} endif if (this.afk) msg = {@msg, tostr(this:title(), " is currently away from his keyboard.", typeof(this.afk) == $STR ? " (" + this.afk + ")" | "")} endif return msg "Last modified by Dax (#789) on Tue May 3 14:03:30 2005 MDT." .