Name: query_prop - get properties from a room Syntax: #include mixed query_prop(mixed prop) mixed *query_prop() Description: The query_prop call is used to get property values from a room. Possible properties are defined in /include/room_defines.h and are described in the room/set_prop manual. Return value: syntax 1: returns the value to a specific property syntax 2: return an array of even length containing all set properties and their values Examples: query_prop(P_NO_FIGHT); See also: build/properties, room/set_prop