- Joined
- Aug 3, 2012
- Messages
- 23,915
- Reaction score
- 13,943
- First Language
- English
- Primarily Uses
- RMMZ
@whiteswords12 and @caethyril
I wonder if there is an easier way to do this?
Conditional
If yes: Show text command. In the dialogue box to get the face and name of the leader (party position 0) I would type
\PartyFace[0] \P[0]
Then type the dialogue
Else: do whatever
That pulls up the face and the party leader and puts the party leader's name in the name box.
But maybe I've missed something that whiteswords12 is trying to do.
I wonder if there is an easier way to do this?
Conditional
Code:
$gameParty.leader() == $gameActors.actor(17)
\PartyFace[0] \P[0]
Then type the dialogue
Else: do whatever
That pulls up the face and the party leader and puts the party leader's name in the name box.
But maybe I've missed something that whiteswords12 is trying to do.