Solved on right click with potion

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

    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.

Cooleeo

Member
Apr 18, 2018
17
1
0
24
i'm trying to set up a potion spell where if a player right clicks holding it, it will execute a command. I can't figure out what the right event is. This is what I have currently as the event:
code_language.skript:
on right click with potion:
          if name of tool of player is "&6Health Spell":
Skript says it can't understand the event.

* I would like to note as well that I don't want the potion to be consumed, it's more of an activation item that gets removed from the player's inventory upon use.
 
try write "on right click with a potion" sometimes, the small silly little things matter like "a"
or try "on right click holding a potion"
 
Status
Not open for further replies.