Help with making unlockable characters
Posted: Wed Nov 04, 2009 11:43 pm
I am trying to make it so certain characters cannot be selected at the start of the game and have to do something to unlock them. I have tried making a variable for them being unlocked and have it set to 0 at creation of the selection button and if the variable=1 when it is clicked it creates the actor. It creates it no matter what when i click it. i even set left arrow to make it = 0 to test and it still creates it. Does anyone know what to do?