Advertisement
grantygames

Untitled

Jun 24th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. options:
  2. #mundo q ao cair no void vai pro spawn#
  3. mundo: mundo
  4.  
  5. on damage:
  6. damage cause is void
  7. victim's world is "{@mundo}":
  8. set {antifall.%victim%} to true
  9. teleport victim to {void}
  10. else:
  11. stop
  12.  
  13. on damage:
  14. if {antifall.%victim%} is true:
  15. cancel event
  16. wait 100 tick
  17. set {antifall.%victim%} to false
  18. command /setvoid:
  19. trigger:
  20. if player is op:
  21. set {void} to player's location
  22. send "&cthe void as been seted"
  23. send "&cEscrevo gringo mesmo"
  24. else:
  25. message "&cvira op dps fala cmg blz ?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement