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.

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