So basically I want to make the player shoot an arrow once more when they shoot I struggled with this for a while as it would infintley repeat but I determined that something like my code down bleow might work. However, I get an error saying "cant compare a projectile with 'a arrow of slow falling'" any idea on how to fix this or other ways to make the player shoot an arrow once more when they shoot?
Code: (Text)
on shoot:
if shooter is player:
if projectile is not a arrow of slow falling:
shoot a arrow of slow falling from shooter at speed 1
Skript Version: 2.5.3
Errors: "Can't compare a projectile with 'a arrow of slow falling'"
Code: (Text)
on shoot:
if shooter is player:
if projectile is not a arrow of slow falling:
shoot a arrow of slow falling from shooter at speed 1
Skript Version: 2.5.3
Errors: "Can't compare a projectile with 'a arrow of slow falling'"