HealThing
HealThing() is used to add or subtract from a creature's health. It can be used instead of
DamageThing()
to kill a creature by using negative health values. Syntax:
HealThing(creature, health_flex);
Alternatives:
DamageThing()
SetThingHealth()