How can I make it so when you activate an event, it lets you choose who you want in your party.
I want it to add the selected member in, then remove the member you had. How can I do this?
How to make an event switch current actor with another?
● ARCHIVED · READ-ONLY
-
-
That's the way:
Two pages on the same event.
First Event Page:
https://www.dropbox.com/s/xc6m7ycna6cpvn5/1.png?dl=0
Second Event Page:
https://www.dropbox.com/s/ah2bbthv691yex1/2.png?dl=0
DO NOT FORGET TO PUT THE CONTROL SWITCH A COMMAND AND TICK IT ON SECOND PAGE CONDITIONS.
CHECK MY SIGNATURE SPOILER BUTTON.
I MADE A TUTORIAL FOR VX ACE. -
The only problem I see with this is that the game doesn't know which member to remove. You can set it to remove a specific character, but what if you have someone else in your party? It can only switch that selected character D:That's the way:
Two pages on the same event.
First Event Page:
https://www.dropbox.com/s/xc6m7ycna6cpvn5/1.png?dl=0
Second Event Page:
https://www.dropbox.com/s/ah2bbthv691yex1/2.png?dl=0
CHECK MY SIGNATURE SPOILER BUTTON.
I MADE A TUTORIAL FOR VX ACE
You have Actor.A
You want to switch Actor.A for Actor.B
Event says add Actor.B
Event says remove Actor.A
then let's say you have Actor.C
You have Actor.C
You want to switch Actor.C for Actor.B
Event says add Actor.B
Event says remove Actor.A still
:C -
-
So you want a switch members Event.
There might be a script that can do this easier.
But in any case let me tell you how to engineed this.
You make a Show Choice.
Choice 1
Add member 1
Choice 2
Add member 2
Choice 3
Add member 3
Choice 4
Do nothing.
Then you have to remove a member...
Does the following picture actually help you? ;)
https://www.dropbox.com/s/xp9kd071u11u60a/3.png?dl=0
Nevermind....
Look at this (you need to get the core script too)
http://yanflychannel.wordpress.com/rmvxa/core-scripts/party-system/command-party/ -
Is this only IN battle though?So you want a switch members Event.
There might be a script that can do this easier.
But in any case let me tell you how to engineed this.
You make a Show Choice.
Choice 1
Add member 1
Choice 2
Add member 2
Choice 3
Add member 3
Choice 4
Do nothing.
Then you have to remove a member...
Does the following picture actually help you? ;)
https://www.dropbox.com/s/xp9kd071u11u60a/3.png?dl=0
Nevermind....
Look at this (you need to get the core script too)
http://yanflychannel.wordpress.com/rmvxa/core-scripts/party-system/comm and-party/ -
I think not.
You need the core script and the one I gave you.
Go to database, add 6 members to yours starting party....
Two will be out and you can switch between them through menu.
The red bordered member is shaded as out of party.
https://www.dropbox.com/s/s5iqaeenbxrozbm/4.png?dl=0 -
This is working so far :D the only thing I need to do now is make it so that if the active character (Party Member 1) is there, then the character you are doesn't show up on the map.
-
Not sure what you ask for.
But I am sure that If it needs script editing, I can not help you further... yet! :p
Maybe playing with variables and doing a combo of the script and eventing might give you a solution. -
I've got it working! It's just taking longer than I was hoping for xD Also, that script is perfect! Thanks for the help!Not sure what you ask for.
But I am sure that If it needs script editing, I can not help you further... yet! :p
Maybe playing with variables and doing a combo of the script and eventing might give you a solution. -
You're welcome! :) :thumbsup-right:
