From the NannyMUD documentation
2002-02-10
NAME
block_remove_ghost_hook - The remove_ghost block hookLOCATION
/obj/player (from /obj/hook)AVAILABILITY
This hook is generally available.DESCRIPTION
This hook is called before the player is about to turn "mortal" again after having died. If the block_remove_ghost_hook returns 1, the player is stopped from turning from ghost to mortal. ARGUMENTS block_becomepk_hook( ({object calling the remove_ghost function}), the player )SEE ALSO
remove_ghost_hook in hooks/remove_ghost_hook