Author Topic: Rotating Vehicles on Projectile Collision.  (Read 588 times)

I'm back with another question. I basically want my projectile to rotate a vehicle to a certain angle, ignoring the current angle. I think I got my projectile to only react to vehicles, but I'm still stumped about rotating them. Help would be appreciated.

%col.setTransform(%col.getPosition() SPC "0 0 0 0");
?