Guest User

Skrypt xD

a guest
Dec 13th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. command /rod <text> [<text>]:
  2. usage: /rod dolacz <nazwa-rodu> (/rod lista)
  3. trigger:
  4. if arg 1 is "lista":
  5. send "&c&lGronglin"
  6. send " &c&lLegistic"
  7. stop
  8. if arg 1 is "dolacz":
  9. arg 2 is "Gronglin":
  10. {rod::%player%} isn't set:
  11. broadcast "<blue>%player% dolaczyl do rodu %arg 2%!"
  12. set {rod::%player%} to arg 2
  13. set player's display name to "%arg 2% %player%"
  14. set player's tag to "[[Gronglin] %player%]"
  15. stop
  16. arg 2 is "Legistic":
  17. {rod::%player%} isn't set:
  18. broadcast "<blue>%player% dolaczyl do rodu %arg 2%!"
  19. set {rod::%player%} to arg 2
  20. set player's display name to "%arg 2% %player%"
  21. set player's tag to "[[Legistic] %player%]"
  22. stop
  23. on damage:
  24. attacker is player:
  25. victim is player:
  26. {rod::%attacker%} is {rod::%victim%}:
  27. cancel event
Advertisement
Add Comment
Please, Sign In to add comment