So I must connect everithing.

Ok I try action head (the head first)

function ragdoll
{

you = ent_create(temp_string,my.x,attach_shadow)
//the pysics
phent_settype(my,PH_RIGID,PH_BOX);
phent_setgroup(my,1);
phent_setmass(my,0.5,PH_BOX);
phent_setfriction(my,88);
phent_setelasticity(my,25,10);
phent_setdamping(my,25,25);

//how can I creat the head and set the head in the right place?
//With this?:
(1,0,0),nullvector,nullvector);



Last edited by MDMDFSS; 05/12/09 17:12.