Help with triggers pls. (Trainz 2009)
I have 3 trains (T1 to T3).
Each train moves on a different track
Each train navigates to a different mark (M1 to M3) where it activates its own trigger (R1 to R3)
so T1 goes to M1 and fires R1
.
.
T3 goes to M3 and fires R3
Trains arrive at different times.
Another train T999 MUST WAIT until ALL 3 trains arrive and their marks and activates their triggers.
Only then T999 can move.
I tried trigger check as follows:
check for R1 (wait for... is checked)
-------- check for R2 (wait for... is checked)
---------------- check for R3 (wait for... is checked)
so child of R1 is R2, child of R2 is R3
and T999 waits for trigger for R1
This doesn't work!
e.g: if order of arrival is
T3, then T1, then T2
then T999 start to move when T1 arrives (without waiting for T2)
How to arrange so that T999 waits for all 3 trains (can be more than 3 trains)
TIA
I have 3 trains (T1 to T3).
Each train moves on a different track
Each train navigates to a different mark (M1 to M3) where it activates its own trigger (R1 to R3)
so T1 goes to M1 and fires R1
.
.
T3 goes to M3 and fires R3
Trains arrive at different times.
Another train T999 MUST WAIT until ALL 3 trains arrive and their marks and activates their triggers.
Only then T999 can move.
I tried trigger check as follows:
check for R1 (wait for... is checked)
-------- check for R2 (wait for... is checked)
---------------- check for R3 (wait for... is checked)
so child of R1 is R2, child of R2 is R3
and T999 waits for trigger for R1
This doesn't work!
e.g: if order of arrival is
T3, then T1, then T2
then T999 start to move when T1 arrives (without waiting for T2)
How to arrange so that T999 waits for all 3 trains (can be more than 3 trains)
TIA