Changing to correct level depending on level attribute
In my menu I have a button to start the level at the moment I have lots of rules that was
If attribute "what level" = 1 go to level 1
If attribute "what level" = 2 go to level 2
and so on up to level 36...
This is quite code heavy is there a simpler way of doing this something like
If attribute "what level" = x go to level with same number as "what level"
If attribute "what level" = 1 go to level 1
If attribute "what level" = 2 go to level 2
and so on up to level 36...
This is quite code heavy is there a simpler way of doing this something like
If attribute "what level" = x go to level with same number as "what level"
Comments
I would hope in the future GameSalad comes up with an intuitive way of doing this in the future but as of right now there are higher priorities on the list.