Author Topic: Difference between addvelocity and setvelocity?  (Read 533 times)

Just a simple question; does anyone know the difference between these two events?

Always use setvelocity, but would guess add just increases the existing velocity. I.E. you setvelocity up, then at some point above you use addvelocity and it continues the chain.

set sets it
add adds to it

so if you are a player that's going forward and you add velocity up, it will launch you up and you'll keep going forward at your old velocity
if you use set velocity, it will set it to up, and stop your forward movement