I am making a session which involves sorting cars into 4 cuts.
The problem is I want the session to only continue when the locomotives(player) has finished sorting out the cars into 4 cuts.
Each cut of cars must be in an order I have set.
Car 1...
Car 2...
So I use the Consist Check to add each car in its following sequence.
How should I script the rules to allow this then? I have tried adding in 4 consist check rules and 4 variable modify rules indented below each CC respectively and at the end a Variable Check rule which checks that the variable "consists"(the name I gave it) is equal to 4 before the next child rules are executed. All these rules have been indented under a Simultaneous List Rule.
So far that hasn't been working for me. Any other solutions? Help greatly appreciated! Thanks!
The problem is I want the session to only continue when the locomotives(player) has finished sorting out the cars into 4 cuts.
Each cut of cars must be in an order I have set.
Car 1...
Car 2...
So I use the Consist Check to add each car in its following sequence.
How should I script the rules to allow this then? I have tried adding in 4 consist check rules and 4 variable modify rules indented below each CC respectively and at the end a Variable Check rule which checks that the variable "consists"(the name I gave it) is equal to 4 before the next child rules are executed. All these rules have been indented under a Simultaneous List Rule.
So far that hasn't been working for me. Any other solutions? Help greatly appreciated! Thanks!