variable list

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

    Solved Adding blocks to list when placed doesnt work.

    Hey, I am trying to make a gamemode where you have several doors. You have several levels and to make it easier to make one I want to have it so that you just can place the doors that need a key to open. I made it so those doors have sharpness 0 to seperate them from the "normal" doors. only it...
  2. CUrrUpt Enxo

    Variable help

    hmm yes variables {playersgens::%player's uuid%::%{_tag}%::%location%} You see that variable right ima explain what I need help with. I want to find the {_tag} value according to a location but I want to do this without looping the index. I don't even know if this is possible but if its not I...
  3. U

    loop items from GUI and add only items to list variable, not air

    i've been trying to find a solution for a few hours now, and i can't find anything. this is the part that generates the list variable from the GUI inventory loop 54 times: set {_loop} to loop-value - 1 set {bingo.%{_loop}%} to slot {_loop} of player's current inventory...
  4. P

    Solved How to place blocks on variable list's locations?

    I did this code: variables: {edit} = false on skript start: loop 10000 times: wait 3600 seconds execute command "/magusfelho" command /magusfelho [<text>] [<int>]: trigger: if arg 1 is "edit": if {edit} is false: set {edit} to...