Sorry, you need to have this before any while calls in your actor action.


action my_player //etc

{
my.fat = on;
my.narrow = on;
wait(1);
c_setminmax(my);

my.passable = off;
my.enable_impact = on; and so on...
while(1)
{
do stuff...
}

Its all in the manual by the way..