Hi 3run,

I have set friction for the RIGID body (/crates) and move the CHAR through pXent_move against them, that should work right? But it doesn't the player CHAR just keep walking at full speed through a hundred of crates and pushes them away like its nothing. grin Maybe I am missing some flag?

ps: this what I have set for the player CHAR:

Code:
wait(1);
c_setminmax(my);
pXent_setskinwidth(my, phy_skinwidth); //permitted penetration of objects 
pXent_settype(my, PH_CHAR, PH_CAPSULE); //PH_BOX


Last edited by Reconnoiter; 04/25/16 10:52.