How to deactivate the first entity? I should to create the P entity when I come closer.
I assigned one acton to this box, changing only the ph-boxCode:

action phys_obj
{var earthgravity[3] = 0,0, -386;


ph_setgravity(earthgravity);
phent_settype(my,PH_RIGID,ph_box);
phent_setmass(my,1,ph_box);
phent_setfriction(my,30);
phent_setelasticity(my,50,10);
phent_setdamping(my,90,90);
};
}


with one only entity
this time the box is passable and I stuck into it .




I still think that 3dgs need some templates for P only, some basic actions.
Is not easy as the other functions, needs a template .

Last edited by Mondivirtuali; 07/18/07 20:44.