The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => Topic started by: De Faalboot on December 07, 2011, 12:44:15 PM

Title: [RMXP] Changing the leading character problem
Post by: De Faalboot on December 07, 2011, 12:44:15 PM
So here's the thing:

I want my player to have an open choice of which character he/she wants to walk around with. I got 3 characters.
Now i have placed some magical stones around my game that the player should use to change into the character that he/she wants to be. The problem is that i have no clue on how to do that.

I already tried stuff with the player graphic changes but it didn't work out...
Title: Re: [RMXP] Changing the leading character problem
Post by: Xeil on December 15, 2011, 02:17:25 AM
Here is one way of doing that.

Spoiler for:
(http://i41.tinypic.com/woigk.png)

You show your text, and then your options (Aluxes, Basil, Cyrus)

By using the Event Command "Change Party Member" you will remove every single party member. You will then use the same command to add them back(making sure the initialize button is turned off), in the order you desire.

You may need change the Maximum Actors in the Database to 3.
Title: Re: [RMXP] Changing the leading character problem
Post by: LoganF on December 15, 2011, 02:25:14 AM
http://rmrk.net/index.php/topic,19978.0.html

Modern made a little scriptlet that lets a player change the leading actor with the L and R buttons. It could be changed to fit whatever method you want to let players do this.
Title: Re: [RMXP] Changing the leading character problem
Post by: De Faalboot on December 15, 2011, 08:12:01 AM
Thanks both :)