Character in activity.
[Visual Basic] Protected _character As NonPlayerCharacter [C#] protected NonPlayerCharacter _character; [C++] protected: NonPlayerCharacter* _character; [JScript] protected var _character: NonPlayerCharacter;
NPCActivity Class | croemud.character.activity Namespace