nosell

prop
SYNOPSIS
    mixed P_NOSELL  "NoSell"

    mixed Set(P_NOSELL, mixed value)
    mixed Query(P_NOSELL)
      or
    mixed SetNoSell(mixed value)
    mixed QueryNoSell()

DESCRIPTION
    If the value is zero, the thing can be sold by a shop, if it is non-zero,
    it can't be sold. If such a non-sellable thing is sold _TO_ a
    shop, the shop will destruct it.

EXAMPLE
    Set(P_NOSELL, 1);

AVAILABILITY
    Include: <properties.h>

    Availability: /std/thing(/description) and descendants.

SEE ALSO
    thing(S), nobuy(P)