/************************ * LEGACY MAP of * * Cellar of Hranemus * * done by * * Markus Birth * * mbirth@webwriters.de * ************************/ var cellar_of_hranemus = new Array(); cellar_of_hranemus['level'] = 'Level 1'; cellar_of_hranemus['title'] = 'Cellar of Hranemus'; cellar_of_hranemus['map'] = [ '##########???', '# t E h##?', '# ## #### #?', '# R # S#?', '# # #?', '### ## #D#?', '??#### # ##', '?????##### #', '?????????#W##', '?????????# #?', '?????????#e#?']; cellar_of_hranemus['infos'] = [ ' 2| 4|Ladder|Entrance', ' 4|11|Switch|Use a heavy object (rock) on this switch to keep the gate open', ' 8|10|Secret switch|To open the secret door', '11|11|Shelf|Contains Father Hranemus\' crucifix', '12|15|Map and engine made by Markus Birth|<mbirth@webwriters.de>' ]; AddMenu('cellar_of_hranemus');