The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: rip on February 05, 2006, 04:24:43 PM

Title: Can't figure it out..
Post by: rip on February 05, 2006, 04:24:43 PM
I am trying to make it so that in order to progress in my game, a certain person must join the player's party first. The person ties directly into the story line, and I want to make it so that if the player chooses not to let the person join the party, then they won't be able to progress in the game. I thought about having like a sequence where the person opens a door.. but yeah.. that can't be done if the person isn't there.. so .. yeah. Can anyone help me, please?
Title: Can't figure it out..
Post by: thatsmypie on February 05, 2006, 04:29:13 PM
I dont get it. In ENGLISH please!

I do know however what you are trying to involves switches.
Title: Can't figure it out..
Post by: blueXx on February 05, 2006, 04:57:29 PM
http://www.crankeye.com/forums/viewtopic.php?t=4297
find my post, ignore everything else

then when you go to that place you want to go only with that member make a conditional branch and check if hero X is in the party (it's in one of the conditional branch tabs)
Title: Can't figure it out..
Post by: ahref on February 05, 2006, 04:58:50 PM
conditional branch:

<> if "character name" in party
<>advance through game etc. whatver blah blah.
else
<> message or whatever