Help - Search - Members - Calendar
Full Version: [Help][VX] Even help
RPG RPG Revolution Forums > Scripting > Event Emporium
DarkBolo
I want to make and event that will auto appear, when playr will talk to all three party members.
You know. All 3 party members are in different places on map. The event(autorun) won't be triggered
until player speaks to all three friends(party members).
How Can I do such a thing ?


edited Title to meet requirements ~ Regashi
Garlyle
Well, seeing as how autorun events can only be triggered by a maximum of two switches, you might have to think outside the box a bit.

One way is to have each character trigger a switch for them specifically at the end of talking to them. IMMEDIATELY AFTER, do three Conditional Branches, one inside of another, each checking for one of the three switches. If all of them are ON, then turn on a fourth switch, and have the autorunning event look for that.

For instance this might be at the end of the script for ally A
CODE
<>Change Switch: [0001 Talked to AllyA] ON
<>Conditional Branch: Is [0001 Talked To Ally A] ON?
<> <> Conditional Branch: Is [0002 Talked to Ally B] ON?
<> <> <> Conditional Branch: Is [0003 Talked to Ally C] ON?
<> <> <> <> Change Switch: [0004 Talked to All Allies] ON
<> <> <> <>
<> <> <> End
<> <> End
<> End


I am hoping that I don't have to explain Autorun events and that this should make some sense, but if it doesn't, let me know.
DarkBolo
Ohh man. Thanks for help, but I am a bit of a begginer in making advanced events biggrin.gif
Can you explain it in a more simple way ? biggrin.gif or make a demo ? ;D
Ale Goth
A simpler way would be to use one variable, and a few self switches.
For the three characters to talk to...Add what they say and then add...
+1 to the variable
Turn self switch on...
Make another event page that requires that self switch on so they don't repeat their speech.
Do the same for other 2 characters.

For fourth character...
Make 2 event pages, the first is blank so he/she won't appear on the map.
Second page, make it require that the variable be equal to 3.

Add whatever else speech on the second page...
Second page will be autorun
First page can be anything besides autorun/parellel event

If it's too complicated, I could make a demo sweat.gif
(Just noticed you asked Garlyle to simplify...oops, oh well)
Garlyle
QUOTE (DarkBolo @ Jun 10 2010, 07:49 AM) *
Ohh man. Thanks for help, but I am a bit of a begginer in making advanced events biggrin.gif
Can you explain it in a more simple way ? biggrin.gif or make a demo ? ;D

...That's... not advanced at all.

As a question for a starting point, so I know how far back to go, do you understand what switches and conditional branches actually do?
DarkBolo
Hatredlust helped me already biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.