From the NannyMUD documentation

LAST CHANGE

2001-01-02

NAME

        unwear_hook - Unwear hook

LOCATION

    /obj/living_functions

AVAILABILITY

    Any object can use hooks.

FUNCTIONS

OTHER FUNCTIONS

    unwear_hook

DESCRIPTION

    unwear_hook is called from silent_stop_wearing() just before
    the armour is removed.

SEE ALSO

        wear_hook in hooks/wear_hook

FUNCTION


NAME

        unwear_hook - Unwear hook

SYNTAX

void unwear_hook(mixed arr, object living)

DESCRIPTION

    unwear_hook is called from silent_stop_wearing() just before
    the armour is removed.

    The arguments to the hook are as follows:
      ({The armour type,
        The object being worn})
      The living doing the removing