in app store / upgrades

I want to add an "upgrades" store that u can buy with in-game coins.
First I made a table, but then...
To each item i have a boolean to see if i've bought it before, to see if to implelemt it in-game (i.e. i bought a bigger life container, so in-game the life container needs "to know" it is activated, and the store item needs "to know" it can no longer be bought)
but
there is no way to check "if" table cell value is true/false

I have 10 store items

I do not want to create 10 boolean variables in the "game" tab because i already have 30+ in there (and apperantly no way to organize, re arrange them )

Comments

Sign In or Register to comment.