@verb #8438:"'* re*ply" any any any rdo #8438 @program #8438:"'* re*ply" any any any "Reply to the last person who paged me" "Usage: '[message]" "" if (!valid(this.last_paged) || !this.last_paged:isa($player)) this.last_paged = #-1 return player:tell("No pages received.") elseif (!this.last_paged:connected()) player:tell($string_utils:nn(this.last_paged), " has disconnected.") this.last_paged = #-1 return endif message = verb[1] == "'" ? verb[2..$] + " " + argstr | argstr return force_input(this, tostr("page ", this.last_paged.name, " ", message)) .