- Joined
- Sep 5, 2020
- Messages
- 21
- Reaction score
- 7
- First Language
- French
- Primarily Uses
- RMMV
Hello there !
I am developing a game where the hero can change his appearance and class. For that I use an event that switches between each actor to change the hero.
But I don't want to change the hero's name, which obviously changes between each actor switch. I tried to store the hero's name in a script command ( $game_actors[1].name ) but it doesn't work, does anyone know another way to do it ?
I am developing a game where the hero can change his appearance and class. For that I use an event that switches between each actor to change the hero.
But I don't want to change the hero's name, which obviously changes between each actor switch. I tried to store the hero's name in a script command ( $game_actors[1].name ) but it doesn't work, does anyone know another way to do it ?