Akim91

Untitled

Mar 9th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ComeHere:
  2. TriggerConditions:
  3. - holding{m=BOW} castinstead GetOverHere
  4. Skills:
  5. - skill{s=CH_CheckCrossbow}
  6. CH_CheckCrossbow:
  7. TriggerConditions:
  8. - holding{m=CROSSBOW} castinstead GetOverHere
  9. Skills:
  10. - skill{s=CH_CheckTrident}
  11. CH_CheckTrident:
  12. TriggerConditions:
  13. - holding{m=TRIDENT} castinstead GetOverHere
  14. Skills:
  15. - skill{s=CH_CheckSnowball}
  16. CH_CheckSnowball:
  17. TriggerConditions:
  18. - holding{m=SNOWBALL} castinstead GetOverHere
  19. Skills:
  20. - skill{s=CH_CheckEgg}
  21. CH_CheckEgg:
  22. TriggerConditions:
  23. - holding{m=EGG} castinstead GetOverHere
  24. Skills:
  25. # do nothing, persons not holding a projectile item
  26. - message{msg="You dont have a bow, crossbow, trident, snowball, or egg in your hands"}
  27.  
  28. GetOverHere:
  29. Skills:
  30. - forcepull{spread=2}
Advertisement
Add Comment
Please, Sign In to add comment