Player name system like in Undertale

How do I…

I want to make a player name choice system simmiliar to how it is in Undertale (picture below)


I have no knowledge and dont know how to start making this idea, anything will help

Hi Sowajeapap.

You can use individual text objects or instances of 1 text object and then change the text at the beginning. I used copies of 1 text object, you can use BBtext or Bitmap just substitute their text expression.

The first part sets the letters using a number variable named counter. For upper case just add the upper case letters to the “abc…” field. If the letters are separate objects then you won’t need the first event. You will need a group with all of the letter objects. Use the group named LetterText or whatever you want.

That can work, thanks!

1 Like