Advertisement
CARAB4O

Untitled

Oct 4th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. command /tell [<offline player>] [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. send "&8» &ePlease Specify The Players Name."
  5. else if arg-2 is not set:
  6. send "&8» &6Oops, You Forgot Ur Message You're Suppose To Type."
  7. else if arg-2 is set:
  8. send "&8» &7To &e%arg-1%&7: &f%arg-2%"
  9. send "&8» &7From &6%player%&7: &f%arg-2%" to arg-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement