for the .pan based force, try phent_addtorqueglobal/local. That should do what you're trying to do.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}