From the NannyMUD documentation

LAST CHANGE

2001-08-12

FUNCTION


NAME

        add_sp_hook - 

AVAILABILITY

	/obj/living_functions

DESCRIPTION

	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_hook

SEE ALSO

        block_add_sp_hook in hooks/block_add_sp_hook

SEE ALSO

        value_add_sp_hook in hooks/value_add_sp_hook

SEE ALSO

        add_hp_hook in hooks/add_hp_hook