How to add a symbol after a chosen name

Status
Not open for further replies.

SkulleD42

Veteran
Veteran
Joined
Aug 15, 2015
Messages
71
Reaction score
6
First Language
Spanish
Primarily Uses
RMVXA
So, at the beginning of the game the player chooses the name they want, but, later in the game, how do I add an extra character to the name while keeping it?
Example: I name myself Lucas and later in the game I get something that changes my name to Lucas✓. Is it possible to do that? Thanks in advance.
 

GGZiron

Veteran
Veteran
Joined
Nov 6, 2016
Messages
90
Reaction score
34
First Language
Bulgarian
Primarily Uses
RMVXA
If you want to change the name of party member, you can use via script call something like this:
Code:
$game_party.all_members[0].name += "✓"
As that code will rename the first guy in your party.
Of course, you may want to rename actor, regardless if is in party, and regardless of which party position it takes.
In this case, you could use something like this:
Code:
$game_actors[1].name += "✓"
That way you rename actor 1 ( actor's ID you can see in your database ), as you use the old name plus the new string attachment.
Initializing actors should reset any name changes you did in the game.
 
Last edited:

SkulleD42

Veteran
Veteran
Joined
Aug 15, 2015
Messages
71
Reaction score
6
First Language
Spanish
Primarily Uses
RMVXA
Okay it worked, thanks!!
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,048
Messages
1,018,543
Members
137,834
Latest member
EverNoir
Top