#"Can't loop because its only a single value"
1 messages · Page 1 of 1 (latest)
you can only loop lists
you don't have any lists here
to make a list:
set {varName::1} to whatever
add player to {varName::*}
to loop:
loop {varName::*}
to get a single item from the list:
{varName::3} (this is the index #3)
lists will save the value under the index specified
if you don't specify an index, it will just number them in the order they get added