Solved Total List variables?

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

    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.

KrswtkhrSK

Member
Jan 28, 2017
27
2
1
I'd like to see the total of List Variables that is now.
For example, if there are {test::1} to {test::5} variables

code_language.skript:
loop {var} times:
  add 1 to {count}
 
  message "%{test::%{count}%}%"

If I get even {var}, I can be able to read all the list variables

I want to do it, but I dont know how to get {var} ...
thanks
 
code_language.skript:
loop {Var::*}
    send "%loop-index% - %loop-value%"
#


?
 
code_language.skript:
set {_size} to size of {test::*}
I'm not sure what exactly do you want.
 
Status
Not open for further replies.