/************************
* LEGACY MAP of         *
* Domain of N'Gora      *
* done by               *
* Markus Birth          *
* mbirth@webwriters.de  *
************************/

var domain_of_ngora = new Array();

domain_of_ngora['level'] = 'Level 1';
domain_of_ngora['title'] = 'Domain of N\'Gora';
domain_of_ngora['map'] = [
  '??##A#?#A##??',
  '###  #g#  ###',
  '#        P  #',
  '#  P        #',
  '###   W   ###',
  '??#SS#T#SS#??',
  '###   #   ###',
  '#           #',
  '#  P     P  #',
  '###  # #  ###',
  '??#  #T#  #??',
  '??#########??'];

domain_of_ngora['infos'] = [
  ' 1| 5|Altar',
  ' 1| 9|Altar',
  ' 2| 7|Shelf',
  ' 6| 7|Teleporter|Teleports you to the City of Beraquel',
  '11| 7|Teleporter|(You arrive here)',
  '13|15|Map and engine made by Markus Birth|&lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
  ];

AddMenu('domain_of_ngora');