I want to make NPCs use a custom name whenever they address the character during a conversation since I have Two Main Character options to be chose from the start, How do you do that? And I need help with another thing.I made Two main characters they are twins, You can choose either one at the start but I want to be able to let the other join the party at the beginning, How do I do this?
Need help! How to make NPC use Custom name?
● ARCHIVED · READ-ONLY
-
-
The first one is simple enough, simply put \P[1] to have it refer to the first party member whenever you do text.
As far as the adding the party member it is easy. Simply use a conditional branch that checks if Actor 1 is in the party, if not add Actor 1, if yes add actor 2.
[/URL]
like this. -
Thanks this helped lots!The first one is simple enough, simply put \P[1] to have it refer to the first party member whenever you do text.
As far as the adding the party member it is easy. Simply use a conditional branch that checks if Actor 1 is in the party, if not add Actor 1, if yes add actor 2.
[/URL]
like this.