Name: query_property - get a room property from a player Syntax: #include mixed query_property(mixed prop) Description: The query_property call returns the value of a special room property. All room properties of the room the player is in are loaded auto- matically into to player by the move_player call. The call is normally identical to the query_prop(mixed prop) call to the environment of the player. Return value: If the property was found, the property value is returned, else 0. Examples: this_player()->query_property(P_NO_FIGHT); See also: efun/environment, room/query_prop