preps

prop
SYNOPSIS
        #include  <properties.h>

        string * P_PREPS  "Preps"

        string * Set(P_PREPS, string * value)
        string * Query(P_PREPS)

DESCRIPTION
        This property holds an array of strings which are valid prepositions
        to use with the item/vitem.                

EXAMPLE
        Set( P_PREPS, ({ "through }) );

        This would enable users to 'look through' the item.

AVAILABILITY
        /std/thing and descendants, vitems

SEE ALSO
        thing(S), vitems(C), P_PREP_REQUIRED(P)