#Need help with vectors please
1 messages · Page 1 of 1 (latest)
if the issue is that it's going from the ground up its because youre starting at {_l}
you could either set the length to the maximum and decrease it every time, or start from {_l} ~ vector(0, y, 0) to raise it
Oh wait could I make the vectors be vector(2, 10, -3) (random values) and vector(-3, 5, 2) then set {_l} to {_v1} ++ {_v2}?
Hmm?