/************************ * LEGACY MAP of * * Caves of N'Gora * * done by * * Markus Birth * * mbirth@webwriters.de * ************************/ var caves_of_ngora = new Array(); caves_of_ngora['level'] = 'Level 1'; caves_of_ngora['title'] = 'Caves of N\'Gora'; caves_of_ngora['map'] = [ '????????###??????', '???????## ##?????', '?????### ###???', '???### #???', '??## #??', '??# ##?', '??## # #?', '???## ## ##', '????# # # #', '???### R # #', '??## # ##', '??n R # ##?', '??# R # # ##', '??## # # #', '???### R # #', '?### # ##', '?# # # ##?', '## ## ##?', '# ##', '# ## # # #', '###### ######', '?????# ##?????', '?????## ###?????', '??????## #?????', '???????## ##?????', '???????# #??????', '???????# ##??????', '???????# ##?????', '???????## #?????', '????????## #?????', '???????## #?????', '??????## ##?????', '????### ##??????', '???## X ##?????', '???# ##????', '???## X ##???', '????# #???', '????# X ##???', '????## ##????', '?????## # ##?????', '??????#e#D#??????', '????????# #??????', '????????#q#??????']; caves_of_ngora['infos'] = [ '12| 3|Hole in wall|(You arrive here)', '21| 9|Item on ground|Pants AC:1 (may vary)', '41| 8|Shelf', '43|10|Ladder|Leads to the Dungeon of N\'Gora', '44|19|Map and engine made by Markus Birth|<mbirth@webwriters.de>' ]; AddMenu('caves_of_ngora');