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

  1. // Tartan Army Script (C) 1999 Red Lemon Studios Ltd.
  2.  
  3.     BeginStronghold("Fortress");
  4.     
  5.     Protects(1);
  6.  
  7.     Uses(0, 0, "Corner Bartizan", North);
  8.     Uses(1, 0, "Wall Standard", North);
  9.     Uses(2, 0, "Wall Standard", North);
  10.     Uses(3, 0, "Wall Turret", 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 Bartizan", North);
  15.     Uses(8, 0, "Wall Standard", North);
  16.     Uses(9, 0, "Wall Turret", North);
  17.     Uses(10,0, "Wall Standard", North);
  18.     Uses(11,0, "Wall Standard", North);
  19.     Uses(12,0, "Corner Bartizan", East);
  20.         
  21.     Uses(0, 1, "Wall Standard", West);
  22.     Uses(12,1, "Wall Standard", East);
  23.     
  24.     Uses(0, 2, "Wall Bartizan", West);
  25.     Uses(12,2, "Wall Bartizan", East);
  26.     
  27.     Uses(0, 3, "Wall Standard", West);
  28.     Uses(12,3, "Wall Standard", East);
  29.  
  30.     Uses(0, 4, "Wall Turret", West);
  31.     Uses(12,4, "Wall Turret", East);
  32.  
  33.     Uses(0, 5, "Wall Standard", West);
  34.     Uses(12,5, "Wall Standard", East);
  35.  
  36.     Uses(0, 6, "Wall Bartizan", West);
  37.     Uses(12,6, "Wall Bartizan", East);
  38.     
  39.     Uses(0, 7, "Wall Standard", West);
  40.     Uses(12,7, "Wall Standard", East);
  41.  
  42.     Uses(0, 8, "Wall Turret", West);
  43.     Uses(12,8, "Wall Turret", East);
  44.  
  45.     Uses(0, 9, "Wall Standard", West);
  46.     Uses(12,9, "Wall Standard", East);
  47.  
  48.     Uses(0, 10,"Wall Bartizan", West);
  49.     Uses(12,10,"Wall Bartizan", East);
  50.  
  51.     Uses(0, 11,"Wall Standard", West);
  52.     Uses(12,11,"Wall Standard", East);
  53.  
  54.  
  55.     Uses(0, 12,"Wall Tower", West);
  56.     Uses(12,12,"Wall Tower", East);
  57.  
  58.     Uses(0, 13,"Corner Standard", West);
  59.     Uses(1, 13,"Wall Bartizan", South);
  60.     Uses(2, 13,"Wall Standard", South);
  61.     Uses(3, 13,"Wall Bartizan", South);
  62.     Uses(4, 13,"Wall Standard", South);
  63.     Uses(5, 13,"Gatehouse Right", South);
  64.     Uses(6, 13,"Gatehouse Centre", South);
  65.     Uses(7, 13,"Gatehouse Left", South);
  66.     Uses(8, 13,"Wall Standard", South);
  67.     Uses(9, 13,"Wall Bartizan", South);
  68.     Uses(10,13,"Wall Standard", South);
  69.     Uses(11,13,"Wall Bartizan", South);
  70.     Uses(12,13,"Corner Standard", South);
  71.  
  72. //    Uses(6, 13, "Gate Iron", South);
  73.     
  74.     Ring(0,0,12,13);
  75.     NewGroup();
  76.         
  77.     Uses(2, 3, "Corner Tower", North);
  78.     Uses(3, 3, "Wall Standard", North);
  79.     Uses(4, 3, "Wall Bartizan", North);
  80.     Uses(5, 3, "Wall Standard", North);
  81.     Uses(6, 3, "Wall Tower", North);
  82.     Uses(7, 3, "Wall Standard", North);
  83.     Uses(8, 3, "Wall Bartizan", North);
  84.     Uses(9, 3, "Wall Standard", North);
  85.     Uses(10,3, "Corner Tower", East);
  86.  
  87.     Uses(2, 4, "Wall Standard", West);
  88.     Uses(10,4, "Wall Standard", East);
  89.  
  90.     Uses(2, 5, "Wall Standard", West);
  91.     Uses(10,5, "Wall Standard", East);
  92.  
  93.     Uses(2, 6, "Wall Tower", West);
  94. //    Uses(3, 6, "Strong Shack", East);
  95. //    Uses(9, 6, "Strong Shack", West);
  96.     Uses(10,6, "Wall Tower", East);
  97.  
  98.     Uses(2, 7, "Wall Standard", West);
  99.     Uses(10,7, "Wall Standard", East);
  100.  
  101.     Uses(2, 8, "Wall Standard", West);
  102.     Uses(10,8, "Wall Standard", East);
  103.  
  104.     Uses(2, 9, "Wall Tower", West);
  105.     Uses(10,9, "Wall Tower", East);
  106.     
  107.     Uses(2, 10,"Corner Standard", West);
  108.     Uses(3, 10,"Wall Turret", South);
  109.     Uses(4, 10,"Wall Standard", South);
  110.     Uses(5, 10,"Barbican Right", South);
  111.     Uses(6, 10,"Barbican Centre", South);
  112.     Uses(7, 10,"Barbican Left", South);
  113.     Uses(8, 10,"Wall Standard", South);
  114.     Uses(9, 10,"Wall Turret", South);
  115.     Uses(10,10,"Corner Standard", South);
  116.     
  117. //    Uses(6, 10,"Gate Wood", South);
  118.     
  119.     Ring(2,3,10,10);
  120.     NewGroup();
  121.     
  122.     Uses(6, 6, "Keep 3", South);
  123.  
  124.     NewGroup();
  125.         
  126.     Ring(0,0,6,7);
  127.     
  128. EndStronghold();
  129.