kaliumsan

Untitled

Feb 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. on fishing:
  2. fishing state is IN_GROUND
  3. if name of held item contains "&6Grapple":
  4. push player upward at speed 0.4
  5. push player direction from player to hook at speed 2
  6.  
  7. on damage:
  8. damage was caused by fall
  9. if name of held item contains "&6Grapple":
  10. cancel event
Advertisement
Add Comment
Please, Sign In to add comment