Initializes activity.
[Visual Basic] Public Sub New( _ ByVal mc As MonsterCharacter, _ ByVal target_id As Integer _ ) [C#] public FollowEnemy( MonsterCharacter mc, int target_id ); [C++] public: FollowEnemy( MonsterCharacter* mc, int target_id ); [JScript] public function FollowEnemy( MonsterCharacter mc, int target_id );
FollowEnemy Class | croemud.character.activity Namespace