Wheemangga

Whisper Skript

May 25th, 2014
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.54 KB | None | 0 0
  1. #Whisper Skript
  2. #By Wheemangga
  3.  
  4. Options:
  5.     L: &7[&bText &6Message&7]
  6. Command /m [<player>] [<text>]:
  7.     Aliases: /msg, /message, /em, /emsg
  8.     trigger:
  9.         arg 1 is not set:
  10.             send "{@L} Input the Playername!"
  11.         arg 1 is set:
  12.             arg 2 is not set:
  13.                 send "{@L} Input the Text!"
  14.             arg 2 is set:
  15.                 send "{@L} &a%arg 1%&7 : %coloured arg 2%"
  16.                 send "{@L} &a%player%&7 : %coloured arg 2%" to arg 1
  17.                 set {msg.%player%} to arg 1
  18. Command /r [<text>]:
  19.     trigger:
  20.         {msg.%player%} is set:
  21.             send "{@L} &a%player%&7 : %coloured arg 1%"
Advertisement
Add Comment
Please, Sign In to add comment