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
How to give the player a chosen name!
● ARCHIVED · READ-ONLY
-
-
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" -
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.
-
Well, that's actually easier than I thought. Thank you