Switch to edit mode.
Name(s): msg_page_echo1: if (this:idle_seconds() >= 300) 2: msg = tostr(this:title(), " is currently idle... he may respond... may...") 3: elseif (this.afk) 4: msg = tostr(this:title(), " is currently away from his keyboard... he may respond... may...") 5: else 6: msg = tostr(this:title(), " has received your page... and is apparently not idle... woah... there's something you don't see every day.") 7: endif 8: return msg