I have a vast travel network with many transporters on them. I need to change the Max Speed of some transporters on some of the paths. I know I can set speed limits on connections but that is not what I'm looking for.
I wanted to use a Trigger onArrival on the NetworkNode to something like:
Condition1, condition2, then
if (toegde == NN110) traveler.maxspeed = 2;
But I can't find how to access maxspeed ?!?
Thanks,