How can i remove the event item (only the event item, nothing else)

  • 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.
The title says all. Please help.

Thanks you :emoji_slight_smile:

The title doesn't really say it all.

Remove the event item from what? in what event? We need context to fully help you.

Here's a vague answer for your vague question:

code_language.skript:
remove event-item from whatever
 
Last edited by a moderator:
So you want to remove the block they place? If so, just cancel the event. Ex:

code_language.skript:
on place of stone:
    cancel event
 
So you want to remove the block they place? If so, just cancel the event. Ex:

code_language.skript:
on place of stone:
    cancel event
No he place it. I cancel it. Then i would like to remove it from inventory (The Block has an special name)
 
Status
Not open for further replies.