What I'm trying to find out is that with the script that changes your leader, how do you make the event say something different if you have a different leader? For example ..
Person A and a person talk.
Person: Hi.
Person A: Hi there.
Person A switches with Person B.
Person: Hi.
Person B: Go away.
Person: Fine.
Is it possible?
Condition it on this script command:
$game_party.actors[0].id == Actor_ID
or alternatively:
$game_party.actors[0].name == "Actor Name"