Jump to content

Home

Can you delay a func_train at a path_corner until triggered?


rgoer

Recommended Posts

I've got a stupid little func_train moving back and forth, over and over, between two path_corners. Can I "hold" the train at one of the path_corners until a trigger_multiple is fired off? Or, if that doesn't work, is there some other way to stop, then start back up a func_train?

Link to comment
Share on other sites

I don't think so, unfortunately. I've tried several variants of targeting a trigger at a func_train...altough...not targeting it at a path_corner...if you do figure something out I'd be glad to know.

 

If your final map only has those two path_corners, though, and they're in a line along one of the coordinate axes, you would do better with a func_door or func_plat, those you can hold indefinitely at one end. :)

Link to comment
Share on other sites

Originally posted by wedge2211

If your final map only has those two path_corners, though, and they're in a line along one of the coordinate axes, you would do better with a func_door or func_plat, those you can hold indefinitely at one end. :)

 

yeah but only if it's in sp cause u must remember he want to be able to restart it with a trigger.

Link to comment
Share on other sites

I'm pretty sure the path_corner can use something when the train hits it, right? If so, have it target a target_deactivate which targets the train. You could have a timer sharing the targetname of the target_deactivate, which targets a target_activate which can restart the train after a delay. Or you could use a scripted event.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...