Guest User

Untitled

a guest
Mar 7th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if theSender is "Nonian" and word 1 of theMessage is "ucmd" then
  2.                 set command to item 2 of (splittext theMessage using " ")
  3.                 set arguments to join (items 3 thru -1 of (splittext theMessage using " ")) using " "
  4.                 process user command command with arguments for gameroom
  5.             end if
Add Comment
Please, Sign In to add comment