Unlocking Actors' usability after achievements
Zenith_Gameworks
Member Posts: 310
Can anyone guide me on how I could unlock characters are reaching certain scores such as 50,100, 300, etc?
What attributes and behaviors should I use?
What attributes and behaviors should I use?
Comments
And when this attribute is 1/true, give player an achievement, and change the rest of the rules, which make your actor useable.
Change attribute game.unlock to true
If game.unlock is true
Update Achievement
Inside your locked characters:
If game.unlock is true
The rest of your rules
In my latest game, I simply say that if the game.unlock changes, the actor's image changes. If you wanted to make the actor move faster or jump higher, make it so that if the attribute is true, those rules go in place.