I know we can get velocity, but how do we set the vehicles XYZ velocity? I know how to speed the vehicle forward, but I can't find an opcode to set all axis velocity...
Ex:
Get vehicles velocity into 0@, 1@, 2@
if or
none of the velocities are over 2x max speed of that vehicle
none of the velocities are less than -2x max speed of that vehicle
then
Set vehicles velocity to (1.1*0@), (1.1*1@), (1.1*2@)
Ex:
Get vehicles velocity into 0@, 1@, 2@
if or
none of the velocities are over 2x max speed of that vehicle
none of the velocities are less than -2x max speed of that vehicle
then
Set vehicles velocity to (1.1*0@), (1.1*1@), (1.1*2@)