From the NannyMUD documentation
2001-08-12
NAME
add_hp_hook -AVAILABILITY
/obj/living_functionsDESCRIPTION
This hook is called whenever a living gets or loses hp, after block_add_hp_hook and value_add_hp_hook has been called. STANDARD ARGUMENTS add_hp_hook( ({ The change (negative for hp loss), The amount of hp before the adding, The previous object, ie the caller, The ignore flag, ie all checks are ignored. }), the living )SEE ALSO
block_add_hp_hook in hooks/block_add_hp_hookSEE ALSO
value_add_hp_hook in hooks/value_add_hp_hookSEE ALSO
add_sp_hook in hooks/add_sp_hook