Solved Anyone can help me ?

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

Ragnarak

New Member
May 1, 2017
6
0
0
I want the power potion not to be drunk, briefly forbidding the power potion from the server. How can I do it ?

code_language.skript:
on right click with 373:8265:
    remove all 373:8265 from player's inventory



I'm trying to do something like that, except he keeps wiping away all of them. Is there anything you can do to help?
 
code_language.skript:
on consume of 373:8265:
    cancel the event
 
From what I can understand, try this:
code_language.skript:
remove 1 373:8265 from player's inventory
 
Mark the thread as solved and the answer please.
 
Status
Not open for further replies.