Unlock levels

myu699myu699 Member Posts: 96

Hey guys, I am making a game and would like to have this unlock level function where if you finish one level you unlock the next. So I created a second actor called unlock at the end of each level and set it up so that is the character hits that actor in the end it will add 1 to a integer called unlock. The problem with this is that if the character finishes the second level then the integer unlock will no longer equal 2(the number needed to unlock level 2) so level 2 will be locked again. Anybody, know how to do this so it remembers which levels are locked. I have seen some other ways but it looks like they require a lot of rules and table(which i am terrible at) and lots of attributes which will lag my game as I already have a lot. Thanks!

Comments

Sign In or Register to comment.