Search results

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

  1. 2

    Getting item in a certain slot.

    Doesn't work. I need the slot in the current inventory, not just inventory.
  2. 2

    Getting item in a certain slot.

    Exactly what I tried. It just sets the variable to "slot 4 of player's inventory". That is not what I am trying to do. Please read the full thread. I know how to create a GUI, I know how to put items in a slot. But if somebody was to put an item in a slot of this GUI, how would I get that...
  3. 2

    Getting item in a certain slot.

    That is not even what I want to do. I want to get the item in the slot of a player's current inventory in a periodic event. Still looking.
  4. 2

    Getting item in a certain slot.

    I still need a response that works for what I am asking.
  5. 2

    Getting item in a certain slot.

    That is an TuSKE GUI. I need a SKQuery GUI.
  6. 2

    Getting item in a certain slot.

    That is TuSKe and not SKQuery GUIs. That will also not tell me what the block in the clicked slot will be.
  7. 2

    Getting item in a certain slot.

    Hi! I would like to know how to get a specific item in an SKQuery GUI. I would also like for it's name, lore, etc. to be attached as well. %slot 30 of player's current inventory% will not work. For example: set {variable} to slot 30 of player's current inventory That would set {variable} to...
  8. 2

    How to determine clicked slot number in SkQuery GUI

    Hi! I need to know how to determine a clicked slot number for my skript. I am making a GUI with SkQuery. Here is my code: set {_} to event-slot send "%{_}%" However, this only prints "air" rather than slot 1, 2, 3, etc. Please help! Thanks, Flash