Tremulous Forum

Media => Mapping Center => Topic started by: lamefun on September 09, 2011, 12:46:47 pm

Title: func_train spawns at 0,0,0
Post by: lamefun on September 09, 2011, 12:46:47 pm
Well, my func_train with SPAWN_OFF flag on spawns at 0,0,0, but once triggered, it follows the path correctly. Is this fixable?
Title: Re: func_train spawns at 0,0,0
Post by: Xedoh on September 09, 2011, 02:45:18 pm
Afaik, every path_corner needs to target another path_corner in order to have a train working correctly (that means: even if path_corner A targets path_corner B and the train is supposed to stop at B, B needs to target path_corner A. Just apply a really long "wait" to B to prevent it from moving back.) Sorry, I suck at explaining
Could this be the problem?