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!
You can always check out skUnity Downloads for downloads and any other information about Skript!
on inventory click:
if name of event-inventory is "":
cancel event
I use cancel event, but it only works for manually placing items into the slot, not shift-clicking
on inventory click:
if name of current inventory of player is "invname":
cancel event
Look carefully, it's "current inventory" not "event-inventory". Just try it.I use cancel event too
I don't understand what you mean by "main inventory". It works for inventories you opened to player by code.does it work for only custom guis or the main inventory
No it won't work for it.When you press E
on inventory click:
if "%event-inventory%" contains "%name of player%":
cancel event