Making a train stop

wiseguy149

Emperor of Entities and Amateur of Aesthetics
May 12, 2009
103
220
I have a func_tracktrain that follows two path_tracks that both point to each other.

I want to make it so that when the train reaches a path_track, it stops.


However, no matter what I set the speed to at the path_tracks, the train DOES NOT STOP, and they never change its speed.




Can anybody help me fix this?
 

HoundDawg

L1: Registered
Dec 18, 2007
48
2
Add an output to the path_track, targeting the func_tracktrain telling it to stop. To start it up again, issue another command to the func_tracktrain to startforward.
 

wiseguy149

Emperor of Entities and Amateur of Aesthetics
May 12, 2009
103
220
Add an output to the path_track, targeting the func_tracktrain telling it to stop. To start it up again, issue another command to the func_tracktrain to startforward.

Thanks, it works now.