(Formerly known as character[].thinkview, which is now obsolete)
int Character.ThinkView
Gets/sets the character's thinking view. This is used to animate the character
when a thought is being displayed.
Example:
cEgo.ThinkView = 14;
will change the character EGO's thinking view to 14.
See Also: Character.Think
|