Cronous Emulation Server Daemon

NonPlayerManager.add_active Method 

Marks a character as being active.

[Visual Basic]
Public Sub add_active( _ 
   ByVal npc As NonPlayerCharacter _ 
)
[C#]
public void add_active(
   NonPlayerCharacter npc
);
[C++]
public: void add_active(
   NonPlayerCharacter* npc
);
[JScript]
public function add_active(
   NonPlayerCharacter npc
);

Parameters

npc
Active character.

See Also

NonPlayerManager Class | croemud.manager Namespace