pz_neko

Untitled

Feb 10th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #銃(単発) クールタイム(2)
  2. on rightclick with wooden hoe:
  3. cancel event
  4. if {shot.%player%} is not set:
  5. set {shot.%player%} to 0
  6. {shot.%player%} is 0
  7. shoot an snowball from player at speed 3
  8. set {shot.%player%} to 2
  9. while {shot.%player%} is not 0:
  10. wait 1 second
  11. subtract 1 from {shot.%player%}
  12.  
  13. #雪玉ダメージ(2)
  14. on damage:
  15. projectile is snowball
  16. attacker is holding iron hoe
  17. increase the damage by 2
Advertisement
Add Comment
Please, Sign In to add comment