home *** CD-ROM | disk | FTP | other *** search
/ Hacker 19 / HACKER19.ISO / Games / braveheart / data1.cab / Script_Files_(Common) / data / AICastle_lg.txt < prev    next >
Text File  |  1999-05-16  |  2KB  |  70 lines

  1. // Tartan Army Script (C) 1999 Red Lemon Studios Ltd.
  2.  
  3.     BeginStronghold("Large Castle");
  4.  
  5.     Protects(1);
  6.     
  7.     Uses(0, 0, "Corner Tower", North);
  8.     Uses(1, 0, "Wall Standard", North);
  9.     Uses(2, 0, "Wall Standard", North);
  10.     Uses(3, 0, "Wall Tower", North);
  11.     Uses(4, 0, "Wall Standard", North);
  12.     Uses(5, 0, "Wall Bartizan", North);
  13.     Uses(6, 0, "Wall Standard", North);
  14.     Uses(7, 0, "Wall Tower", North);
  15.     Uses(8, 0, "Wall Standard", North);
  16.     Uses(9, 0, "Wall Standard", North);
  17.     Uses(10,0, "Corner Tower", East);
  18.  
  19.     Uses(0, 1, "Wall Standard", West);
  20.     Uses(3, 1, "Strong Shack", South);
  21.     Uses(7, 1, "Strong Shack", South);
  22.     Uses(10,1, "Wall Standard", East);
  23.  
  24.     Uses(0, 2, "Wall Bartizan", West);
  25.     Uses(10,2, "Wall Bartizan", East);
  26.  
  27.     Uses(0, 3, "Wall Standard", West);
  28.     Uses(10,3, "Wall Standard", East);
  29.  
  30.     Uses(0, 4, "Wall Tower", West);
  31.     Uses(1, 4, "Strong Shack", East);
  32.     Uses(9, 4, "Strong Shack", West);
  33.     Uses(10,4, "Wall Tower", East);
  34.  
  35.     Uses(0, 5, "Wall Standard", West);
  36.     Uses(10,5, "Wall Standard", East);
  37.  
  38.     Uses(0, 6, "Wall Bartizan", West);
  39.     Uses(10,6, "Wall Bartizan", East);
  40.  
  41.     Uses(0, 7, "Wall Standard", West);
  42.     Uses(10,7, "Wall Standard", East);
  43.     
  44.     Uses(0, 8, "Wall Tower", West);
  45.     Uses(10,8, "Wall Tower", East);
  46.     
  47.     Uses(0, 9, "Corner Standard", South);
  48.     Uses(1, 9, "Wall Turret", South);
  49.     Uses(2, 9, "Wall Standard", South);
  50.     Uses(3, 9, "Wall Standard", South);
  51.     Uses(4, 9, "Barbican Right", South);
  52.     Uses(5, 9, "Barbican Centre", South);
  53.     Uses(6, 9, "Barbican Left", South);
  54.     Uses(7, 9, "Wall Standard", South);
  55.     Uses(8, 9, "Wall Standard", South);
  56.     Uses(9, 9, "Wall Turret", South);
  57.     Uses(10,9, "Corner Standard", West);
  58.     
  59.     Uses(10,9, "Gate Iron", South);
  60.     
  61.     NewGroup();
  62.  
  63.     Uses(4, 5, "Keep 3", South);
  64.     
  65.     NewGroup();
  66.     
  67.     Ring(0,0,10,10);
  68.     
  69.     EndStronghold();
  70.