Path_Track

Narkissus

L5: Dapper Member
Jan 22, 2008
228
9
Alright, im trying to setup islands/things to go past in my skybox but i cant seem to get it to work.

Ive setup 3 path_tracks, the first has the flag teleport to this track checked and is where the island spawns, the second has an output that on pass it disables the 3rd path_track, and the third path_track links back to the first one.

I want to be able to set it so that there is a delay of 10 minutes before the 3rd path_track is enabled and the island goes back to the first path_track. So, ive put a logic_timer that is set to go off every ten minutes and enable the 3rd path_track.

The only problem is that it only goes by the first time, then stops and never does anything else. It doesnt seem to work, am i doing something wrong here?
 

Pseudo

L6: Sharp Member
Jan 26, 2008
319
150
If you want to stop the tracktrain, send it a Stop input instead of disabling path_tracks. Then after 10 minutes send the tracktrain a Resume input.