vertical spline movement


(MadMaximus) #1

is there a way to move an object/vehicle straight up or down from a spline to another spline without the object/vehicle turning towards that spline? i want it to remain horizontal no matter what… i know there are other undocumented commands to the followspline script command, but could any help do that? or do i have to trick that with path corners instead?


(grizzlybear) #2

followspline 0 spline1 100
faceangles 0 0 0

if u use faceangles it will follow the spline path pointing in whatever direction the faceangles are set at

use path_corner2 if just going point to point
use splines if u want it to curve (control) on its way to a point
:wink:


(MadMaximus) #3

thanks grizzly, i’ll give it a shot =)