I have 2 lists, one of them contains integers, the other contains item types. I want to do something like
How can I do that?
[doublepost=1588152501,1588151466][/doublepost]I guess I solved the problem. For future reference:
Code:
give loop1-value of loop2-value to player
How can I do that?
[doublepost=1588152501,1588151466][/doublepost]I guess I solved the problem. For future reference:
Code:
set {_count} to 1
loop {list::*}:
give player ({_count}th element out of {otherlist::*}) of loop-value