I'd like to see the total of List Variables that is now.
For example, if there are {test::1} to {test::5} variables
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
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