Make Player Shoot Special Arrow

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Rebel100

Member
Sep 17, 2020
12
0
1
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'"
 
Status
Not open for further replies.