@verb #7407:"@msg" this with/using any rdo #7407 @program #7407:"@msg" this with/using any set_task_perms(player); player:tell("Please wait... contacting the cell phone."); iobjstr = tostr(player.name, "@", $site, " -> ", iobjstr); try this:text_msg(iobjstr); except e (ANY) this:record("Error while sending text message!"); this:record(toliteral(e)); this:record(tostr("Player was ", $su:nn(player), " and text was ", iobjstr)); if (e[1] == E_PERM) return player:tell("You are not allowed to send Cecil messages. Sorry."); endif endtry player:tell("Message sent successfully!"); "Last modified by Cecil (#7407) on Sat Aug 25 11:06:06 2001 MDT."; . .