Noice. Bringing up a mass of servers tonight are we?
I dont think people need to sub to the stools unless they want them in SP.
What the fuck did you do to the sandbox server!!!!! It's cinima now T_T I didn't even get to save my dupes...
@name Assault Mini Helicopter@inputs Active W A S D Space Shift M1 M2 Body:entity@persist RP RR RYinterval(1)#Hold AnglesRP = (W-S)*30+(2.5*(Space==0))-abs(Body:vel():dot(Body:forward())/150+(entity():angles():roll()/-3))RR = (A-D)*20RY = (M1-M2)*10+(Body:vel():dot(Body:forward())/100+(entity():angles():roll()/-20))#AngleizerForce = 25Anglo = ang(-Body:angVel():pitch()+RR,-Body:angVel():yaw()/5+RY,-Body:angVel():roll()+RP) * Force * shiftL(ang(Body:inertia()))Body:applyAngForce(Anglo)#Hover and ThrustBody:applyForce(Body:up()*Body:mass()*15*Active)Body:applyForce(Body:up()*Body:mass()*(Space-Shift)*10)Body:applyForce(Body:up()*Body:mass()*Body:vel():z()/-100*(abs(entity():angles():pitch())<90))