Guest User

Rain

a guest
Aug 19th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. command /deszcz [<text>] [<text>]:
  2. trigger:
  3. if arg 1 is "set":
  4. if arg 2 is "1":
  5. send "Ustawiles punkt spawnu deszczu!"
  6. set {spawn.1} to location of player
  7. if arg 2 is "2":
  8. send "Ustawiles punkt spawnu deszczu!"
  9. set {spawn.2} to location of player
  10. if arg 2 is "3":
  11. send "Ustawiles punkt spawnu deszczu!"
  12. set {spawn.3} to location of player
  13. command /rain [<text>]:
  14. trigger:
  15. if arg 1 is set:
  16. loop 5 times:
  17. wait 2 seconds
  18. drop arg 1 at {spawn.1}
  19. drop arg 1 at {spawn.2}
  20. drop arg 1 at {spawn.3}
Advertisement
Add Comment
Please, Sign In to add comment