» Wed Jun 20, 2012 10:12 pm
well this is the one that's used in the intro scene:
Game.DisablePlayerControls(abMovement =true, abFighting = true, abCamSwitch = true, abLooking = false, abSneaking = true, abMenu = true, abJournalTabs= true)
I think Movement, Activate, menu, and JournalTabs are probably the important ones in your case. You can probably let them do camera switch unless you want them to lock them into first person or 3rd person mode.
(Edit: Whups...that one was from the quickstart.)