15a @verb #450:"testing" this none this rxd #9988 @program #450:"testing" this none this "Attempts to simulate gravity/lift. Any ideas?" {pitch, yaw, speed} = args main = this:xyz_inc(pitch, yaw, speed) grav = -30.0 + sqrt(speed) * 2.0 second = {0.0, 0.0, 0.0} return {main[1] + second[1], main[2] + second[2], main[3] + second[3] + grav} . 0