Craig Martin

(Official) LUA Scripting Documentation

set_npc_state_zone

Set the state of all NPCs in a zone.


Spec:

set_npc_state_zone(
	string state,
	string zone,
	bool is_temp_zone,
	string npc_type)

Parameters


Valid values for state: “alive”, “dying”, “death”, “respawning”, “respawn”, “despawning”, “despawn”, “sleeping”, “sleep”, “custom”, “inactive”, “delete”


Incomplete

This documentation is incomplete


back