I want run a loop on localstorage:
+ On item: "score"%loopnumber exists
+ Repeat 10 times
+ Value > 3
But I want it to pick an object like this:
+Set object "sprite%loopnumber" = visible
I'm not sure if this is the best way to wildcard test for a sequence of similarly named storage items (besides the last character, which is a number) or if this is even possible? Would it be easier if all of the sprites were added to a family?