Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How do I switch party members?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I switch party members? (Read 1773 times)
RebornKefka
Risen Phantom
Initiate
Posts: 29
I'm cool
How do I switch party members?
«
on:
May 22, 2006, 09:05:43 PM »
Hello everyone, I was just wondering if anyone could tell me how to make it so that people can choose who is on their team? I mean I don't know how to make a thing where you can switch party members...
Thanks,
- Kefka
Logged
jynce
Acolyte
Posts: 308
a harlem boi
(No subject)
«
Reply #1 on:
May 22, 2006, 09:13:32 PM »
this is too simple
all you have to
do is you the change party
member command
Logged
WarxePB
Action Sue
Royal
Posts: 3,601
What killed the dinosaurs?
(No subject)
«
Reply #2 on:
May 22, 2006, 09:34:27 PM »
If you want something simple, create a 'base' map where all of your characters are walking around or whatever (think the airships from FF6). In the event for each character, you have them say something with a Message command, with another Message following saying "Do you want to add (hero) to your party?" and then a Show Choice with Yes and No. If Yes, use a Change Party command (other names include Add/Change Hero) to add them to your party.
In that same event, create a second page, with the Preconditions set to "Hero (hero name) is in party". Create a Message that says "Remove (hero) from your party?", with another Show Choice that removes them if the answer is Yes.
Logged
Blog:
The Gigaverse
Twitter:
Initial Chaos
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How do I switch party members?