How to give the player a chosen name!

● ARCHIVED · READ-ONLY
Started by PsychoJack 4 posts View original ↗
  1. I need help! I mean, the main player character already has a name by default, Willas, but I want players to assign a different name for him. Can someone tell me how that works
  2. And do you want to give him an explicit name? If that's the case, you can do it by using this inside your event's script command (page 3 bottom):

    $gameActors.actor(your actor's ID)._name = "HelloWorld"
  3. If you mean you want the player to be able to name it you're looking for "Name Input Processing" on page three of the event commands.
  4. Well, that's actually easier than I thought. Thank you