variable contains

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

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    so i just figured out to check if a list variable contains a player. if contains({_list1::*}, player) is true: broadcast "{_list1::*} contains the player!" but i want to check if {_list1::*} or {_list2:*} contains a player. how can i do this?