been looking around and cant seem to find a way to lock characters position without locking up the game.
Basically i want the character to sit in a chair and be unable to move until a specified event occurs.
Nevermind
RemoveWalkableArea(1);
><
A better way would be to disable the walk cursor.
Mouse.DisableMode(eModeWalkto);