(Official) LUA Scripting Documentation
get_npc_count
Get the total number of NPCs in the world.
Spec:
get_npc_count(
string npc_type)
Parameters
npc_type
: The type of NPC to count. Omit to count all NPCs
Returns
long
: The count of NPCs
Incomplete
This documentation is incomplete