Inventory slot bug?

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

AngDrew

Member
Sep 23, 2017
14
0
0
25
i have try to debug with any version of skript and i got the same result

when i open chest inventory and making some simple debuger.sk

the real inventory slot is here
code_language.skript:
on inventory click:
    send "%clicked slot%"
the first slot of chest is 0 and my first hotbar is 0. they all duplicated with my inventory! :emoji_frowning:
addon:
mundosk
skrpg
skellett
skquery (i have tried to try other version but does not effect)
skrayfall
skstuff
skutilities
umbaska

nb: skquery doesnt have clicked slot syntax x_x
 
Last edited:
Try this:
code_language.skript:
on inventory click:
    send "%name of event-item%"
Or something like that ...
 
Try:
code_language.skript:
on inventory click:
    send "&6%name of clicked slot%" #Umbaska
 
I do not exactly understand your question, but what you might be looking for is:
set slot 0 of player's current inventory to stone
OR
clicked inventory is player's current inventory
 
Status
Not open for further replies.