Changeset 121 for adventure/cave.xml

Show
Ignore:
Timestamp:
10/24/07 13:27:51 (3 years ago)
Author:
elghinn
Message:

* no more bugs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • adventure/cave.xml

    r103 r121  
    33    <place name='cave_1'> 
    44        <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" /> 
    77    </place> 
    88     
    99    <place name="cave_2"> 
    1010        <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" /> 
    1212    </place> 
    1313     
    1414    <place name="cave_3"> 
    1515        <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" /> 
    1818    </place> 
    1919     
     
    2121        <description>There is a fire, and a stupid rat... 
    2222        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" /> 
    2424    </place> 
    2525