pz_neko

Untitled

Jan 25th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. on rightclick with 351:1:
  2. name of held item contains "aaa"
  3. if player's food level > 4:
  4. if {heal.%player%} is not set:
  5. set {heal.%player%} to 0
  6. {heal.%player%} is 0
  7. command "/effect %player% 6 1 1"
  8. remove 4 from player's food level
  9. message "&a&l[skill発動]&bHeal&6(10)"
  10. set {heal.%player%} to 10
  11. while {heal.%player%} is not 0:
  12. wait 1 second
  13. subtract 1 from {heal.%player%}
  14. message "&a&l[skill再使用可能]&bHeal"
Add Comment
Please, Sign In to add comment