Changing Party Leader with Eventing

KazukiT

Veteran
Veteran
Joined
Dec 7, 2014
Messages
286
Reaction score
337
First Language
English
Primarily Uses
RMMV
I was wondering if there was a way to change your party's leader when you are eventing. The reason why I ask is because the main character has the ability to change to a different actor or alter ego by pressing a button. I want them to stay as the party leader when you switch from one actor to another.

When I have party members other than the main character they become the last member of the party as that is natural in MV's code.
 

Attachments

Jules98

Veteran
Veteran
Joined
Jul 10, 2017
Messages
308
Reaction score
163
First Language
Dutch
Primarily Uses
RMMV
Try this as a script call:
Code:
lastindex = $gameParty.members().length - 1
$gameParty.swapOrder(0, lastindex)
This will cause the party member with the highest index (i.e. the last actor added to the party) to swap places with the party member with index 0 (i.e. the party leader).
 

KazukiT

Veteran
Veteran
Joined
Dec 7, 2014
Messages
286
Reaction score
337
First Language
English
Primarily Uses
RMMV
Try this as a script call:
Code:
lastindex = $gameParty.members().length - 1
$gameParty.swapOrder(0, lastindex)
This will cause the party member with the highest index (i.e. the last actor added to the party) to swap places with the party member with index 0 (i.e. the party leader).
Thanks, it worked like a charm.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

"You can thank my later", "But you haven't done anything", "Well, that's why ..."
Are we allowed to post about non-RPG Maker games?
I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

Forum statistics

Threads
105,884
Messages
1,017,242
Members
137,609
Latest member
shododdydoddy
Top