Looking for a more efficient way to control multi variables
I will probably figure this out but thought I'd ask first to see if there is a method I've overlooked...
I have ten items hidden on a track...
I have ten variable that I am using for visibility on off switches on decals (showing discovered items).
Right now, as a temporary solution, I have them as separate variables with a default value of 1 and when a corresponding item is found is changed to 0 (changing a decal from invisible to visible)
I'm looking for a way to control and use the 10 variables in one Data Source instead of 10. (Like a 2 dimensional variable array)
Any solutions or alternative ideas would be welcome.