387 @verb #4457:"msg_page_Echo" this none this rxdo #4457 @program #4457:"msg_page_Echo" this none this if (this in connected_players()) if (this.away[1] == 1) msg = this.msg_page_away msg[2] = $string_utils:substitute(this.msg_page_away[2], {{"%1", this:title()}, {"%2", this.away[2]}}) elseif (idle_seconds(this) > 60) msg = this.msg_page_idle msg[2] = $string_utils:substitute(this.msg_page_idle[2], {{"%1", this:title()}, {"%2", tostr($time_utils:english_time(idle_seconds(this))[1], " ", $time_utils:english_time(idle_seconds(this))[2][1..$ - 1])}}) else msg = this.msg_page_echo endif else msg = $string_utils:substitute(this.msg_page_absent, {{"%1", this:title()}}) endif if (typeof(msg) == $LIST) for x in (msg) player:tell(x) endfor else player:tell(msg) endif return "Last modified by Dax (#789) on Tue May 3 13:45:05 2005 MDT." . 0