Paths - going backwards?

Posted By: Dooley

Paths - going backwards? - 02/07/19 21:01

Using path_spline(me,my.x,path_dist);

If I assign a negative value to path_dist, the entity goes a bit crazy and disappears. Is there a way to have something go along the path backwards?
Posted By: Superku

Re: Paths - going backwards? - 02/08/19 00:08

Get the path_length(my); and do the negative modulo yourself, should work. Annoying that you have to do that yourself (because positive modulo works automatically) but that's how it is oftentimes.
Posted By: Dooley

Re: Paths - going backwards? - 02/15/19 21:00

Thanks!
© 2024 lite-C Forums