- Joined
- Oct 15, 2012
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
What I want to do is make a normal message window with a character's portrait, but have that portrait automatically change in-game based on what the character's class is. I had done something simple myself in VXA but MV is a whole nother animal and I have no clue how to do it.
Basically, I went to the part of the code that draws the portrait in the message window, and inserted a bit like:
If portrait == XYZ
if a particular character's class == N
portrait = ABC
if their class == M
portrait = DEF
Basically, I went to the part of the code that draws the portrait in the message window, and inserted a bit like:
If portrait == XYZ
if a particular character's class == N
portrait = ABC
if their class == M
portrait = DEF

