Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. on damage:
  2. world is "Parkour"
  3. if damage cause is fall:
  4. cancel event
  5. heal the victim
  6. set victim's hunger bar to 20
  7. extinguish the victim
  8. execute console command "warp Parkour %victim%"
  9. stop
  10. else:
  11. damage is greater than or equal to health of victim
  12. cancel event
  13. heal the victim
  14. set victim's hunger bar to 20
  15. execute console command "warp Parkour %victim%"
  16. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement