Code:
 action phys_obj
{
ph_setgravity(vector);
phent_settype(my,PH_SHERE,ph_sphere);
phent_setmass(my,3,ph_sphere);
phent_setfriction(my,5);
phent_setelasticity(my,1,min);
phent_setdamping(my,2,1);
}
phent_setmass(my,3,ph_sphere);
phent_setfriction(my,5);
phent_setelasticity(my,1,min);
phent_setdamping(my,2,1);
}


and then?