Having a Brain Fart Help PLS !
Hi guys, I am going brain dead today I think.
My issue is I have my lvls setup, to unlock the next I have a rule check that checks the current lvl and the next lvl.
If LVL 1 is true, and LVL 2 is false it unlocks+1
Works great, unless they go back and replay the lvl, then it unlocks another lvl.
Any direction would be helpful PLS !
My issue is I have my lvls setup, to unlock the next I have a rule check that checks the current lvl and the next lvl.
If LVL 1 is true, and LVL 2 is false it unlocks+1
Works great, unless they go back and replay the lvl, then it unlocks another lvl.
Any direction would be helpful PLS !
Comments
Then you can have when the level is completed if self.level = game.levelsunlocked change attribute game.levelsunlocked to game.levelsunlocked+1
That did the trick !
Krogothic