Hi Ventilator,

Need your help can you post a small example of a working physics code. Since you said you have some 200 entities working.

I am unabble to compile my script.
I have updated all the dlls and everything.

It gives error:
Code:

action ball
{
myCrate=my;
phent_settype(myCrate,PH_RIGID,PH_SPHERE);
phent_setmass(crateMass);
}

MISSING/WRONG PARAMETER, COMMA UNEXPECTED.

Also is their a probelm with SED and mouse scrolling, the script just scrolls up whether using mouse scroll up or down.....