Solved How to select a specific number element of a list variable, but the specific number is a variable

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

Valdemar22

Member
May 22, 2019
1
0
1
19
This is my skript:

Code:
set {_medlem} to loop-number element of {bande.members.%{bande.name.%uuid of player%}%::*}
                set {_l} to {_medlem} parsed as a player

upload_2022-10-10_19-33-10.png
 
  1. Code:
    set {_list::*} to "a" and "b", "c", "d"
    loop {_list::*}:
      # loop-value = a, b, c, ...
      # loop-index = 1, 2, 3, ...
 
Status
Not open for further replies.