Guest User

Cripple [SK]

a guest
May 31st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. options:
  2. p: &8[&5Cripple&8]&7
  3.  
  4. command /cripple <text>:
  5. description: Scenario : Cripple
  6. usage: /cripple <enable:disable>
  7. permission: scenario.cripple
  8. trigger:
  9. if arg 1 is "enable":
  10. set {cripple} to true
  11. broadcast "{@p} Cripple has been &aEnabled!"
  12. if arg 1 is "disable":
  13. delete {cripple}
  14. broadcast "{@p} Cripple has been &cDisabled!"
  15.  
  16. on damage:
  17. if {cripple} is true:
  18. damage was caused by fall:
  19. apply slowness to victim for 30 seconds
Advertisement
Add Comment
Please, Sign In to add comment