noquitdrop

prop
SYNOPSIS
    mixed P_NO_QUITDROP  "NoQuitDrop"

    mixed Set(P_NO_QUITDROP, mixed value)
    mixed Query(P_NO_QUITDROP)

DESCRIPTION
    When set to non-zero, the object will not be dropped when the
    player logs out, but instead destructed.

    Default value is 0.

EXAMPLE
    Set(P_NO_QUITDROP, 1);

AVAILABILITY
    Include: <properties.h>

    Availability: /std/thing and descendants

SEE ALSO
    thing(S), nogive(P), noget(P), nodrop(P), autoobject(P)