REMOVELIMB

NAME
        RemoveLimb()

SYNOPSIS
        int RemoveLimb(string limb, object agent)

DESCRIPTION
        Removes a limb from the limbs mapping and stores vital data in the missing limbs mapping. string limb - the limb being removed. object agent - the agent who is responsible for the limb removal. Returns -1 on error, 0 on failure, 1 on success.

EXAMPLES
         


LOCATION
        /lib/body


SEE ALSO
        RestoreLimb, DestLimb, AddLimb

Author
        Unknown

