tportreason

prop
SYNOPSIS
    string P_TPORT_REASON  "TPortReason"

    string Set(P_TPORT_REASON, string value)
    string Query(P_TPORT_REASON)

DESCRIPTION
    This optional property holds a descriptive string why teleportation
    in or out this room is forbidden.

EXAMPLE
    Set(P_TPORT, TPORT_IN);
    Set(P_TPORT_REASON, "The walls are impenetrable from this side.\n");

AVAILABILITY
    Include: <properties.h>

    Availability: /std/room(/restrictions) and descendants.

SEE ALSO
    room(S), magic(C), tport(P)