(Formerly known as ChangeCharacterView, which is now obsolete)
Character.ChangeView(int view)
Changes the normal view number of the character to view. This is
useful if, for example, you want the character to change the clothes
they are wearing, and so permanently alter their view number.
NOTE: This command is not intended to change the view temporarily to
perform an animation. If you want to do that, use the LockView command instead. This
ChangeView command permanently changes the character's normal walking view.
Example:
cEgo.ChangeView(5);
will make the EGO character use view number 5 as his walking view.
See Also: Character.LockView,
Character.NormalView
|