How to set new default character?
I have a default highscore game character. I recently made a character selection page, and when you click on a new character a player has unlocked, how can I code it so that the default character is replaced?
I have a default highscore game character. I recently made a character selection page, and when you click on a new character a player has unlocked, how can I code it so that the default character is replaced?
Comments
Super easy way to get this done is creating a self attribute for the main character, with 3 values: if that value is 1 use character costume 1, if value is 2 use character costume 2, if value is 3, use character costume 3.
Put it together for you in the attached project file.
@uptimistik Thank you so much, you're the best 🙌