pz_neko

Untitled

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