pz_neko

Untitled

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