armor item rightclick

  • 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!

Rocraft

Member
Jul 29, 2023
4
0
1
how to make it so that if I have armor on and I right click with a firecharge it summons a fireball going the the direction the players facing
 
This should do it but since you have less context on what exactly it check for, this is what i have for you
Code:
on rightclick:
    player's tool = firecharge # Held item is a firecharge
    player's chestplate = leather chestplate # You can change this however you want
    make player shoot fireball with speed 2 # Shoot firecharge
    send "Shot a fireball at speed 2!" # Send success message