Advertisement
pz_neko

Untitled

Mar 5th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #銃(単発) クールタイム(0.5)
  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 5
  9. while {shot.%player%} is not 0:
  10. wait 1 tick
  11. subtract 1 from {shot.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement