Hi again, I´ve gotten pretty far with the control system by now, but I´ve hit (yet another) snag: repositioning the character controller! I need to "teleport" the character to a new position when certain conditions are met, but I have not found any command to allow me to do that - "PHY SET RIGID BODY POSITION obj, x, y, z" freezes the application (which is probably because the character controller is not a rigid body), the regular "position object obj,x,y,z" does not do the job either (it repositions the character, but he seems to be cut out of the physics system after that).
I´ll continue to work on it of course, and report back if I solve it, but I´m asking here because there 1) might be an "easy" solution I´m just missing, or 2) it´s not possible (please no!) or 3) something else
Cheers!