Changeset 121 for adventure/cave.xml
- Timestamp:
- 10/24/07 13:27:51 (3 years ago)
- Files:
-
- 1 modified
-
adventure/cave.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adventure/cave.xml
r103 r121 3 3 <place name='cave_1'> 4 4 <description>You are in the dark, but you can hear a little sound from the East, and the wind from the West.</description> 5 <go spec=" to the East" place="cave_2" />6 <go spec=" to the West" place="cave_3" />5 <go spec="east" place="cave_2" /> 6 <go spec="west" place="cave_3" /> 7 7 </place> 8 8 9 9 <place name="cave_2"> 10 10 <description>There is a strange man, lying on the floor, with a happy face.</description> 11 <go spec=" to the West" place="cave_1" />11 <go spec="west" place="cave_1" /> 12 12 </place> 13 13 14 14 <place name="cave_3"> 15 15 <description>You can see a light ray from the North.</description> 16 <go spec=" to the East" place="cave_1" />17 <go spec=" to the North" place="cave_4" />16 <go spec="east" place="cave_1" /> 17 <go spec="north" place="cave_4" /> 18 18 </place> 19 19 … … 21 21 <description>There is a fire, and a stupid rat... 22 22 No exit, make what you want, but please don't hurt any animal.</description> 23 <go spec=" to the South" place="cave_3" />23 <go spec="south" place="cave_3" /> 24 24 </place> 25 25
