I really like the composer api and it makes menus and cut scenes extremely easy to implement. I find myself using the composer. get and set variable occasionally and this is great for boolean for int values but is it possible to have an array (table) as your composer variable? Lets say my game has 4 worlds and 8 levels for each world. I want to be able to send from scene to scene an array like: levelsComplete[]= {8,5,3,1} each index of the array represents a world number and the numbers in the table represent the number of levels completed.
It does not seem likely because the arguments for the setvariable are string and then value… but who knows.
Hope it’s possible because that would be very powerful. There are of course a couple ways I can think about getting around this but I would rather go through composer.
Thanks in advance.