Guest User

Untitled

a guest
Mar 22nd, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #= Fallout =#
  2. #= Skript Made By Fawful55 =#
  3. command /enablefall:
  4. permission: skript.fallout
  5. trigger:
  6. set {fallout} to "true"
  7. broadcast "&L&eFall&aout &8Enabled"
  8.  
  9. command /disablefall:
  10. trigger:
  11. set {fallout} to "false"
  12. broadcast "&eFal&aout &8Disabled"
  13.  
  14. every 30 seconds:
  15. loop all players:
  16. {fallout} is "true"
  17. loop-player is in "world":
  18. loop-player's y-coordinate is above 60
  19. damage the loop-player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment