Choice of characters

I want to add an option to my menu to choose a character, but I don’t know how to do it, so if I have 4 characters to choose, choose one and the one I had will disappear and the one I chose will be created, should I do it with variables? tell me what events should i use

I believe an example is included with GD called “character selection”, take a look.

In my game runners(https://the-gem-tutorials.itch.io/runners) i did that and as far as i can remember (presently not on a pc) i used
-create object action
-scene timer(not necessary but i felt like adding it)
-delete action
-scene variables

1 Like