From the NannyMUD documentation
2001-08-12
NAME
add_sp_hook -AVAILABILITY
/obj/living_functionsDESCRIPTION
This hook is called when ever a living gets sp. The arguments to add_sp is 1: the amout to increase (decrease with a negative value) 2: an ignore flag, if we want normal checks to be ignored. STANDARD ARGUMENTS For block_add_sp_hook: For add_sp_hook: For value_add_sp_hook( ({ The change, The amount of sp before the adding, The preivous object, ie the caller, If the add was told to ignore checks }), the living )SEE ALSO
add_sp_hook in hooks/add_sp_hookSEE ALSO
block_add_sp_hook in hooks/block_add_sp_hookSEE ALSO
value_add_sp_hook in hooks/value_add_sp_hookSEE ALSO
add_hp_hook in hooks/add_hp_hook