- Joined
- Jun 24, 2014
- Messages
- 1
- Reaction score
- 0
- First Language
- English
- Primarily Uses
So in my game, I am allowing the player to pick their gender. When they select the female, the player's character changed the graphic to female. The script reads:
@>Change Actor Graphic: [Goddess of Fate], 'MC', 0, 'MC', 0
(Goddess of Fate is the the 001 character and MC is the female graphic)
But whenever I go to change the graphic anywhere else (including in the same event as this same line) it reads:
@>Change Actor Graphic: [Male], 'MCM', 0, 'MCM', 0
(Male is the name of the character in 002 and MCM is the male graphic.)
I can only speculate that the code is trying to change the event/character graphic instead of the player's graphic. How do I get it to change the player graphic?
Bonus Question: How do you get AutoRun events to stop looping? I know how to stop it by having them change maps, but other than that it always loops.
THANKS!
@>Change Actor Graphic: [Goddess of Fate], 'MC', 0, 'MC', 0
(Goddess of Fate is the the 001 character and MC is the female graphic)
But whenever I go to change the graphic anywhere else (including in the same event as this same line) it reads:
@>Change Actor Graphic: [Male], 'MCM', 0, 'MCM', 0
(Male is the name of the character in 002 and MCM is the male graphic.)
I can only speculate that the code is trying to change the event/character graphic instead of the player's graphic. How do I get it to change the player graphic?
Bonus Question: How do you get AutoRun events to stop looping? I know how to stop it by having them change maps, but other than that it always loops.
THANKS!

