Line 201: |
Line 201: |
| | | |
| ===Dungeon file format=== | | ===Dungeon file format=== |
− | <l,room x,room y> your location
| + | [l,room x,room y] your location |
| | | |
− | <i, item, item ....> your inventory
| + | [i, item, item ....] your inventory |
| | | |
− | <u,room x, room y, item, room x, .....> location of items
| + | [u,room x, room y, item, room x, .....] location of items |
| | | |
− | <d,room x, room y, direction, closed, room x, .....> status of wall/door segments
| + | [d,room x, room y, direction, closed, room x, .....]> status of wall/door segments |
| | | |
− | <r,room x,room y,direction,item which unlocks,open text,closed text,text when opening>
| + | [r,room x,room y,direction,item which unlocks,open text,closed text,text when opening] |
| | | |
− | | + | [r,room x,room y,direction,item which unlocks,open text,closed text,text when opening] |
− | <r,room x,room y,direction,item which unlocks,open text,closed text,text when opening>
| |
| | | |
| ... | | ... |