Quote from: Ethan Damschroder on Mon 31/08/2009 22:48:48
For changing the view of the character in the editor just set the number next to normal view under the properties of the character to the number of the view you want to use. If you want to change the view in the game then add
cCharacter.ChangeView(3);
in the area of the script that you want to change the view.
Thanks! That solved.