I ran into a problem. I have replaced in-game names in rpgmaker mv with \c[2]\P[4]\c[0] to give colors to their names. On one page, player 4 is just blank instead of showing their name. Anyone who know why it doesn't show player 4's name? It's not all text events that give me this issue. Most of them work, showing the p4 name. But there are some events that give me this issue. I know I can replace the \P[4] with a name instead, but it's weird why name is blank in some cases.
Thanks for the answers!
Character name suddenly missing from text chat
● ARCHIVED · READ-ONLY
-
-
@Fritzbli
I've moved this thread to MV Support. Thank you.
I think it'll help if you show a screenshot of the events where it doesn't work. -
Probably the hero does not exist in the party.
If the party has 3 heroes, then \P[4] will show nothing.
Use the respective \N[x] in that case, if you wanna refer to a specific hero that is not in the party at that moment. If for instance the the hero is the 8th in the database you do a \N[8] and it works fine.