How to make train reappear at it's first func?

srs

L2: Junior Member
Apr 1, 2016
53
10
I just want the train to reappear from the beginning and and rinse and repeat. What settings do I need to change for func_tanktrain or path_track?
 

Da Spud Lord

Occasionally I make maps
aa
Mar 23, 2017
1,339
994
In the final path_track, add this output: OnPass > !activator > TeleportToPathTrack > (name of the first path_track)
 

Da Spud Lord

Occasionally I make maps
aa
Mar 23, 2017
1,339
994
Because you're not targeting a specific entity with !activator, Hammer won't give you a proper list of inputs. Just type it in anyway, it'll work regardless.

Alternatively you could replace !activator with the targetname of your func_tracktrain, if you only have one following that path.