the manual says that freeze mode doesnt affect functions with PROC_NOFREEZE set, which seems to be true because my function is still running, i inserted a beep and it beeps.. which shows its running, however, i cant do anything else, for example:
camera.pan=mouse_force.x* 20 *time_step;
that, nor anything similar works, so any ideas?