/
com/planet_ink/coffee_mud/Abilities/Common/
com/planet_ink/coffee_mud/Abilities/Diseases/
com/planet_ink/coffee_mud/Abilities/Druid/
com/planet_ink/coffee_mud/Abilities/Fighter/
com/planet_ink/coffee_mud/Abilities/Languages/
com/planet_ink/coffee_mud/Abilities/Misc/
com/planet_ink/coffee_mud/Abilities/Prayers/
com/planet_ink/coffee_mud/Abilities/Properties/
com/planet_ink/coffee_mud/Abilities/Skills/
com/planet_ink/coffee_mud/Abilities/Songs/
com/planet_ink/coffee_mud/Abilities/Spells/
com/planet_ink/coffee_mud/Abilities/Thief/
com/planet_ink/coffee_mud/Abilities/Traps/
com/planet_ink/coffee_mud/Behaviors/
com/planet_ink/coffee_mud/CharClasses/interfaces/
com/planet_ink/coffee_mud/Commands/
com/planet_ink/coffee_mud/Commands/interfaces/
com/planet_ink/coffee_mud/Common/
com/planet_ink/coffee_mud/Common/interfaces/
com/planet_ink/coffee_mud/Exits/interfaces/
com/planet_ink/coffee_mud/Items/Armor/
com/planet_ink/coffee_mud/Items/Basic/
com/planet_ink/coffee_mud/Items/CompTech/
com/planet_ink/coffee_mud/Items/MiscMagic/
com/planet_ink/coffee_mud/Items/Weapons/
com/planet_ink/coffee_mud/Items/interfaces/
com/planet_ink/coffee_mud/Libraries/
com/planet_ink/coffee_mud/Libraries/interfaces/
com/planet_ink/coffee_mud/Locales/
com/planet_ink/coffee_mud/MOBS/
com/planet_ink/coffee_mud/Races/
com/planet_ink/coffee_mud/Races/interfaces/
com/planet_ink/coffee_mud/WebMacros/
com/planet_ink/coffee_mud/WebMacros/interfaces/
com/planet_ink/coffee_mud/core/
com/planet_ink/coffee_mud/core/collections/
com/planet_ink/coffee_mud/core/interfaces/
com/planet_ink/coffee_mud/core/intermud/
com/planet_ink/coffee_mud/core/intermud/i3/
com/planet_ink/coffee_web/server/
com/planet_ink/siplet/applet/
lib/
resources/factions/
resources/fakedb/
resources/progs/autoplayer/
resources/quests/holidays/
web/
web/admin.templates/
web/admin/grinder/
web/admin/images/
web/clan.templates/
web/pub.templates/
web/pub/images/mxp/
web/pub/sounds/
web/pub/textedit/
<!--  
   Copyright 2013-2016 Bo Zimmerman

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

	   http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
--------------------------------------------------------------------------------

See guides/RandomAreas.html for information about documents of this type.

-->
<!--  include file with descriptors for rows and columns of rooms and different exit directions -->

<STRING id="roomrun_desc" select="any-1">
<STRING condition="$ROOMTAG_NODERUN='ns'">north-south</STRING>
<STRING condition="$ROOMTAG_NODERUN='ew'">east-west</STRING>
<STRING condition="$ROOMTAG_NODERUN='ud'">ascending</STRING>
<STRING condition="$ROOMTAG_NODERUN='nwse'">northwest-southeast</STRING>
<STRING condition="$ROOMTAG_NODERUN='nesw'">northeast-southwest</STRING>
<STRING condition="$ROOMTAG_NODERUN=''">winding</STRING>
</STRING>

<STRING id="roomrun_desc_long" select="any-1">
	<STRING condition="$ROOMTAG_NODERUN='ns'">north and south</STRING>
	<STRING condition="$ROOMTAG_NODERUN='ew'">east and west</STRING>
	<STRING condition="$ROOMTAG_NODERUN='ud'">ascending and descending</STRING>
	<STRING condition="$ROOMTAG_NODERUN='nwse'">northwest and southeast</STRING>
	<STRING condition="$ROOMTAG_NODERUN='nesw'">northeast and southwest</STRING>
	<STRING condition="$ROOMTAG_NODERUN=''">around</STRING>
</STRING>

<STRING id="roomexits_desc_long" select="any-1">
	<STRING condition="$ROOMTAG_NODEEXITS=',n,'">north</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,'">north and south</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,'">north, south, and east</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,w,'">north, south, east, and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,w,u,'">north, south, east, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,w,u,d,'">north, south, east, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,w,d,'">north, south, east, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,u,'">north, south, east, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,u,d,'">north, south, east, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,e,d,'">north, south, east, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,w,'">north, south, and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,w,u,'">north, south, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,w,u,d,'">north, south, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,w,d,'">north, south, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,u,'">north, south, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,u,d,'">north, south, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,s,d,'">north, south, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,'">north and east</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,w,'">north, east, and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,w,u,'">north, east, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,w,u,d,'">north, east, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,w,d,'">north, east, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,u,'">north, east, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,u,d,'">north, east, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,e,d,'">north, east, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,w,'">north and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,w,u,'">north, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,w,u,d,'">north, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,w,d,'">north, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,u,'">north and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,u,d,'">north, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',n,d,'">north and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,'">south</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,'">south and east</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,w,'">south, east, and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,w,u,'">south, east, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,w,u,d,'">south, east, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,w,d,'">south, east, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,u,'">south, east, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,u,d,'">south, east, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,e,d,'">south, east, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,w,'">south and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,w,u,'">south, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,w,u,d,'">south, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,w,d,'">south, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,u,'">south and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,u,d,'">south, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',s,d,'">south and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,'">east</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,w,'">east and west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,w,u,'">east, west, and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,w,u,d,'">east, west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,w,d,'">east, west, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,u,'">east and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,u,d,'">east, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',e,d,'">east and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',w,'">west</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',w,u,'">west and upwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',w,u,d,'">west, upwards, and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',w,d,'">west and downwards</STRING>
	<STRING condition="$ROOMTAG_NODEEXITS=',u,'">upwards</STRING>
<STRING condition="$ROOMTAG_NODEEXITS=',u,d,'">upwards and downwards</STRING>
<STRING condition="$ROOMTAG_NODEEXITS=',d,'">downwards</STRING>
</STRING>

<STRING id="a_streetprefix" select="pick-1">
	<STRING pickweight="100" condition="($room_class!='Road') and ('tee' IN $ROOMTAG_NODEFLAGS)">T-Intersection in a</STRING>
	<STRING pickweight="100" condition="($room_class!='Road') and ('gate' IN $ROOMTAG_NODEFLAGS)">Entrance to a</STRING>
	<STRING pickweight="100" condition="($room_class!='Road') and ('intersection' IN $ROOMTAG_NODEFLAGS)">Intersection in a</STRING>
	<STRING pickweight="100" condition="($room_class!='Road') and ('corner' IN $ROOMTAG_NODEFLAGS)">Corner of a</STRING>
	<STRING pickweight="1" condition="$room_class!='Road'">A</STRING>
	<STRING pickweight="100" condition="($room_class='Road') and ('tee' IN $ROOMTAG_NODEFLAGS)">T-Intersection at</STRING>
	<STRING pickweight="100" condition="($room_class='Road') and ('gate' IN $ROOMTAG_NODEFLAGS)">Entrance to</STRING>
	<STRING pickweight="100" condition="($room_class='Road') and ('intersection' IN $ROOMTAG_NODEFLAGS)">Intersection at</STRING>
	<STRING pickweight="100" condition="($room_class='Road') and ('corner' IN $ROOMTAG_NODEFLAGS)">Corner of</STRING>
	<STRING pickweight="1" condition="$room_class='Road'"></STRING>
</STRING>

<STRING id="desc_leafs" select="all">
	<STRING select="any-1" condition="$NODETYPE_N='leaf'" action="APPEND" >
		<STRING>To the north is ${STAT:ROOM:NORTH:DISPLAY}.</STRING>
		<STRING>North of here is ${STAT:ROOM:NORTH:DISPLAY}.</STRING>
		<STRING>To the north you can see ${STAT:ROOM:NORTH:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:NORTH:DISPLAY} is to the north.</STRING>
		<STRING>The entrance to ${STAT:ROOM:NORTH:DISPLAY} is north.</STRING>
		<STRING>The entrance to ${STAT:ROOM:NORTH:DISPLAY} is to the north.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_S='leaf'" action="APPEND" >
		<STRING>To the south is ${STAT:ROOM:SOUTH:DISPLAY}.</STRING>
		<STRING>South of here is ${STAT:ROOM:SOUTH:DISPLAY}.</STRING>
		<STRING>To the south you can see ${STAT:ROOM:SOUTH:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:SOUTH:DISPLAY} is to the south.</STRING>
		<STRING>The entrance to ${STAT:ROOM:SOUTH:DISPLAY} is south.</STRING>
		<STRING>The entrance to ${STAT:ROOM:SOUTH:DISPLAY} is to the south.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_E='leaf'" action="APPEND" >
		<STRING>To the east is ${STAT:ROOM:EAST:DISPLAY}.</STRING>
		<STRING>East of here is ${STAT:ROOM:EAST:DISPLAY}.</STRING>
		<STRING>To the east you can see ${STAT:ROOM:EAST:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:EAST:DISPLAY} is to the east.</STRING>
		<STRING>The entrance to ${STAT:ROOM:EAST:DISPLAY} is east.</STRING>
		<STRING>The entrance to ${STAT:ROOM:EAST:DISPLAY} is to the east.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_W='leaf'" action="APPEND" >
		<STRING>To the west is ${STAT:ROOM:WEST:DISPLAY}.</STRING>
		<STRING>West of here is ${STAT:ROOM:WEST:DISPLAY}.</STRING>
		<STRING>To the west you can see ${STAT:ROOM:WEST:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:WEST:DISPLAY} is to the west.</STRING>
		<STRING>The entrance to ${STAT:ROOM:WEST:DISPLAY} is west.</STRING>
		<STRING>The entrance to ${STAT:ROOM:WEST:DISPLAY} is to the west.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_U='leaf'" action="APPEND" >
		<STRING>Above you is ${STAT:ROOM:UP:DISPLAY}.</STRING>
		<STRING>Above here is ${STAT:ROOM:UP:DISPLAY}.</STRING>
		<STRING>Above you, can see ${STAT:ROOM:UP:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:UP:DISPLAY} is above.</STRING>
		<STRING>The entrance to ${STAT:ROOM:UP:DISPLAY} is above.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_D='leaf'" action="APPEND" >
		<STRING>Below you is ${STAT:ROOM:DOWN:DISPLAY}.</STRING>
		<STRING>Below here is ${STAT:ROOM:DOWN:DISPLAY}.</STRING>
		<STRING>Below you, can see ${STAT:ROOM:DOWN:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:DOWN:DISPLAY} is below.</STRING>
		<STRING>The entrance to ${STAT:ROOM:DOWN:DISPLAY} is below.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_NE='leaf'" action="APPEND" >
		<STRING>To the northeast is ${STAT:ROOM:NORTHEAST:DISPLAY}.</STRING>
		<STRING>Northeast of here is ${STAT:ROOM:NORTHEAST:DISPLAY}.</STRING>
		<STRING>To the northeast you can see ${STAT:ROOM:NORTHEAST:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:NORTHEAST:DISPLAY} is to the northeast.</STRING>
		<STRING>The entrance to ${STAT:ROOM:NORTHEAST:DISPLAY} is northeast.</STRING>
		<STRING>The entrance to ${STAT:ROOM:NORTHEAST:DISPLAY} is to the northeast.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_NW='leaf'" action="APPEND" >
		<STRING>To the northwest is ${STAT:ROOM:NORTHWEST:DISPLAY}.</STRING>
		<STRING>Northwest of here is ${STAT:ROOM:NORTHWEST:DISPLAY}.</STRING>
		<STRING>To the northwest you can see ${STAT:ROOM:NORTHWEST:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:NORTHWEST:DISPLAY} is to the northwest.</STRING>
		<STRING>The entrance to ${STAT:ROOM:NORTHWEST:DISPLAY} is northwest.</STRING>
		<STRING>The entrance to ${STAT:ROOM:NORTHWEST:DISPLAY} is to the northwest.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_SE='leaf'" action="APPEND" >
		<STRING>To the southeast is ${STAT:ROOM:SOUTHEAST:DISPLAY}.</STRING>
		<STRING>Southeast of here is ${STAT:ROOM:SOUTHEAST:DISPLAY}.</STRING>
		<STRING>To the southeast you can see ${STAT:ROOM:SOUTHEAST:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:SOUTHEAST:DISPLAY} is to the southeast.</STRING>
		<STRING>The entrance to ${STAT:ROOM:SOUTHEAST:DISPLAY} is southeast.</STRING>
		<STRING>The entrance to ${STAT:ROOM:SOUTHEAST:DISPLAY} is to the southeast.</STRING>
	</STRING>
	<STRING select="any-1" condition="$NODETYPE_SW='leaf'" action="APPEND" >
		<STRING>To the southwest is ${STAT:ROOM:SOUTHWEST:DISPLAY}.</STRING>
		<STRING>Southwest of here is ${STAT:ROOM:SOUTHWEST:DISPLAY}.</STRING>
		<STRING>To the southwest you can see ${STAT:ROOM:SOUTHWEST:DISPLAY}.</STRING>
		<STRING>${c:STAT:ROOM:SOUTHWEST:DISPLAY} is to the southwest.</STRING>
		<STRING>The entrance to ${STAT:ROOM:SOUTHWEST:DISPLAY} is southwest.</STRING>
		<STRING>The entrance to ${STAT:ROOM:SOUTHWEST:DISPLAY} is to the southwest.</STRING>
	</STRING>
	<STRING action="APPEND" />
</STRING>

<STRING id="desc_exits" select="all">
	<STRING select="all" condition="(!('n' IN $ROOMTAG_NODERUN)) and $ROOMLINK_N!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_N!=''" action="APPEND" >To the north is $ROOMTITLE_N.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_N=''" action="APPEND" >There is an exit to the north.</STRING>
	</STRING>
	<STRING select="all" condition="(!('s' IN $ROOMTAG_NODERUN)) and $ROOMLINK_S!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_S!=''" action="APPEND" >To the south is $ROOMTITLE_S.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_S=''" action="APPEND" >There is an exit to the south.</STRING>
	</STRING>
	<STRING select="all" condition="(!('e' IN $ROOMTAG_NODERUN)) and $ROOMLINK_E!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_E!=''" action="APPEND" >To the east is $ROOMTITLE_E.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_E=''" action="APPEND" >There is an exit to the east.</STRING>
	</STRING>
	<STRING select="all" condition="(!('w' IN $ROOMTAG_NODERUN)) and $ROOMLINK_W!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_W!=''" action="APPEND" >To the west is $ROOMTITLE_W.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_W=''" action="APPEND" >There is an exit to the west.</STRING>
	</STRING>
	<STRING select="all" condition="(!('u' IN $ROOMTAG_NODERUN)) and $ROOMLINK_U!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_U!=''" action="APPEND" >Above you is $ROOMTITLE_U.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_U=''" action="APPEND" >There is an exit above you.</STRING>
	</STRING>
	<STRING select="all" condition="(!('d' IN $ROOMTAG_NODERUN)) and $ROOMLINK_D!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_D!=''" action="APPEND" >Below you is $ROOMTITLE_D.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_D=''" action="APPEND" >There is an exit below you.</STRING>
	</STRING>
	<STRING select="all" condition="(!('ne' IN $ROOMTAG_NODERUN)) and $ROOMLINK_NE!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_NE!=''" action="APPEND" >To the northeast is $ROOMTITLE_NE.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_NE=''" action="APPEND" >There is an exit to the northeast.</STRING>
	</STRING>
	<STRING select="all" condition="(!('nw' IN $ROOMTAG_NODERUN)) and $ROOMLINK_NW!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_NW!=''" action="APPEND" >To the northwest is $ROOMTITLE_NW.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_NW=''" action="APPEND" >There is an exit to the northwest.</STRING>
	</STRING>
	<STRING select="all" condition="(!('se' IN $ROOMTAG_NODERUN)) and $ROOMLINK_SE!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_SE!=''" action="APPEND" >To the southeast is $ROOMTITLE_SE.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_SE=''" action="APPEND" >There is an exit to the southeast.</STRING>
	</STRING>
	<STRING select="all" condition="(!('sw' IN $ROOMTAG_NODERUN)) and $ROOMLINK_SW!=''" action="APPEND" >
		<STRING select="any-1" condition="$ROOMTITLE_SW!=''" action="APPEND" >To the southwest is $ROOMTITLE_SW.</STRING>
		<STRING select="any-1" condition="$ROOMTITLE_SW=''" action="APPEND" >There is an exit to the southwest.</STRING>
	</STRING>
	<STRING ACTION="APPEND" />
</STRING>