How to make an event switch current actor with another?

● ARCHIVED · READ-ONLY
Started by Mahoken 11 posts View original ↗
  1. 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?
  2. Dreadshadow said:
    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
    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:

    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
  3. I was able to get this to work o.o its a lot longer and more complicated than I thought it would be, but it works. The only problem is that I have to make this huge list for every single character. What you see here is just for one character...

    Untitled.png
  4. 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/
  5. Dreadshadow said:
    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/
    Is this only IN battle though? 
  6. 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
  7. 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.
  8. 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.
  9. Dreadshadow said:
    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!
  10. You're welcome!  :)   :thumbsup-right: