(Official) LUA Scripting Documentation
add_npc_health_target
Add or subtract to/from the target NPCs health.
Spec:
add_npc_health_target(
long points,
long millisecs,
long duration)
Parameters
points
: How many hitpoints to add. Use a negative number to subtract from (damage) the NPCs healthmillisecs
: How often to apply the effect in millisecondsduration
: How long to apply the effect for in milliseconds
Incomplete
This documentation is incomplete