QUOTE (Jens of Zanicuud @ Feb 1 2012, 02:52 AM)

There is a Conditional branch like this, in page 2
Hero -name-
is in the party?
You could make the event this way:
Let's say your new party members are number 3 and 4 (it's an example).
Event: the guy blocking the road
Trigger: Action Key
>Cond_branch - Hero 3 is in the party?
>>Cond_branch - Hero 4 is in the party?
>>>*The guy moves and let you pass.
>>>*Trigger: Switch[num] #Free passage
>>>*New page, etc, etc, etc...
>>Else
>>>*Message <I'm sorry you cannot pass> #or something like this...
>>End
>Else
>>*Message <I'm sorry you cannot pass> #or something like this...
>End
This is the first step.
Next step would be refine it a little, but this is the base...
I hope this is explainatory enough, feel free to ask for further help...
Jens
Okay, this certainly helps a bit...but I don't fully know what to do with the actual event command line. It tells me the general idea, but could you scribble a sample for me to get a gauge of?