/************************ * LEGACY MAP of * * Abandoned Mine * * done by * * Markus Birth * * mbirth@webwriters.de * ************************/ abandoned_mine = new Array(); abandoned_mine['level'] = 'Level 1'; abandoned_mine['title'] = 'Abandoned Mine'; abandoned_mine['map'] = [ '????###?########', '##### ### # ## #', '# W W #W#', '# # # # #', '# # Q # #', '#W Q # ##', '# # # # #', '### # #', '?# # # W ##', '?# # W##?', '?## # ### ###??', '??####q#?###????']; abandoned_mine['infos'] = [ ' 2|15|Gold Nugget|Bring it to Hroghar the Greedy of Decrantes
(I\'m not sure if this was the exact location of the nugget.)', '12| 7|Ladder|Back to the West Forest', '13|18|Map and engine made by Markus Birth|<mbirth@webwriters.de>' ]; AddMenu('abandoned_mine');