Craig Martin

(Official) LUA Scripting Documentation

add_npc_health_region

Add or subtract to/from the health of all NPCs in a cubic region.


Spec:

add_npc_health_region(
	long points,
	long x1,
	long y1,
	long z1,
	long x2,
	long y2,
	long z2,
	string npc_type,
	long millisecs,
	long duration)

Parameters


Incomplete

This documentation is incomplete


back