RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Different Leader = Different Events

Started by Luna, March 28, 2008, 11:35:47 PM

0 Members and 1 Guest are viewing this topic.

Luna

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?

modern algebra

Condition it on this script command:


$game_party.actors[0].id == Actor_ID


or alternatively:


$game_party.actors[0].name == "Actor Name"