Okay So, whenever I do this skript and whenever I try fix it it always doesnt work.
I'm trying to get it so that it will cancel the event if you do not have the "&cReborn Arrow" but it isnt working any ideas?
on shoot:
shooter is player
"%projectile%" is "arrow"
name of tool of shooter is "&c&lReborn Bow"
{nospam::%shooter%} is not set
set {nospam::%shooter%} to true
loop 3 times:
if player inventory does not contain arrow with name "&cReborn Arrow":
cancel event
else:
remove arrow with name "&cReborn Arrow" from shooter
make shooter shoot a arrow
wait a tick
delete {nospam::%shooter%}