Advertisement
SmallCap

Untitled

Sep 16th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. on rightclick with wood hoe:
  2. name of player's tool contains "Pistol"
  3. cancel event
  4. player's tool's data value < 54
  5. shoot an arrow from player at speed 2
  6. damage player's tool by 6
  7.  
  8.  
  9. on leftclick with wood hoe:
  10. name of player's tool contains "Pistol"
  11. player has melon seeds
  12. player's tool's data value is not 0
  13. repair player's tool
  14. set {reload.%player%} to player's tool
  15. remove wood hoe from player
  16. remove 1 melon seeds from player
  17. wait 2 seconds
  18. give {reload.%player%} to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement