Advertisement
Nekoryuu

Untitled

Aug 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. on damage:
  2. attacker is player
  3. message "&r%damage% → %victim's name%" to attacker
  4.  
  5. on rightcliick:
  6. if name of player's tool is "&aLIGHT":
  7. if {cooldown.%player%} is true:
  8. send "&cクールダウン中"
  9. stop
  10. set {cooldown.%player%} to true
  11. execute console command "/summon evocation_fangs ~1 ~0 ~0"
  12. execute console command "/summon evocation_fangs ~-1 ~0 ~0"
  13. wait 2 seconds
  14. delete {cooldown.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement