Syntax Error on line 1

The conserve command has been removed.

Edit the Settings File for Amoeba

For the sake of debugging, here is the full GAME Code program that this error occurred in. The lines have been properly indented to help you spot scope errors.

   0 sub postauto1
   1   conserve
   2 endsub
   3 moveindex 0
   4 MOVE: P b2-b4
   5 postauto1
   6 moveindex 1
   7 MOVE: P b4-b2
   8 postauto1
   9 moveindex 2
  10 MOVE: P b2-b3
  11 postauto1
  12 moveindex 3
  13 MOVE: p c6-c5
  14 postauto1
  15 moveindex 4
  16 MOVE: N c1-d3
  17 postauto1
  18 moveindex 5
  19 MOVE: n e7-c6
  20 postauto1
  21 moveindex 6
  22 MOVE: N d3-b2
  23 MOVE:  c3-c4
  24 postauto1
  25 moveindex 7
  26 MOVE: b6-b5
  27 MOVE:  d3-d4
  28 postauto1
  29 moveindex 8
  30 MOVE: P e2-e3
  31 MOVE:  e5-e4
  32 postauto1
  33 moveindex 9
  34 MOVE: p d6-d5
  35 postauto1
  36 moveindex 10
  37 MOVE: K d1-e2
  38 MOVE:  d4-d3
  39 postauto1
  40 moveindex 11
  41 MOVE: p c5-c4
  42 postauto1
  43 moveindex 12
  44 MOVE: P f2-f3
  45 MOVE:  g5-g6
  46 postauto1
  47 moveindex 13
  48 MOVE: f6-f5
  49 MOVE:  e4-e5
  50 postauto1
  51 moveindex 14
  52 MOVE: P f3-f4
  53 MOVE:  g4-g3
  54 postauto1
  55 moveindex 15
  56 MOVE: c6-a5
  57 MOVE:  d3-c3
  58 postauto1
  59 moveindex 16
  60 MOVE: R f1-f3
  61 MOVE:  g6-g5
  62 postauto1
  63 moveindex 17
  64 MOVE: p c4-b3
  65 postauto1
  66 moveindex 18
  67 MOVE: P c2-b3
  68 MOVE:  f6-g6
  69 postauto1
  70 moveindex 19
  71 MOVE: n a5-b3
  72 postauto1
  73 moveindex 20
  74 MOVE: R f3-g3
  75 postauto1
  76 moveindex 21
  77 MOVE: b3-c5
  78 MOVE:  g6-g7
  79 postauto1
  80 moveindex 22
  81 MOVE: N e1-f3
  82 postauto1
  83 moveindex 23
  84 MOVE: d7-d6
  85 MOVE: e5-e4
  86 postauto1
  87 moveindex 24
  88 MOVE: N f3-g5
  89 postauto1
  90 moveindex 25
  91 MOVE: r f7-e7
  92 postauto1
  93 moveindex 26
  94 MOVE: K e2-f3
  95 MOVE:  e4-d4
  96 postauto1
  97 moveindex 27
  98 MOVE: n c5-b3
  99 postauto1
 100 moveindex 28
 101 MOVE: N b2-d1
 102 postauto1
 103 moveindex 29
 104 MOVE: n b3-d2
 105 postauto1
 106 moveindex 30
 107 MOVE: K f3-e2
 108 postauto1
 109 moveindex 31
 110 MOVE: n d2-b1
 111 postauto1
 112 moveindex 32
 113 MOVE: N g5-f3
 114 MOVE:  a3-a2
 115 postauto1
 116 moveindex 33
 117 MOVE: p b5-b4
 118 postauto1
 119 moveindex 34
 120 MOVE: N f3-d4
 121 postauto1
 122 moveindex 35
 123 MOVE: n b1-c3
 124 postauto1
 125 moveindex 36
 126 MOVE: N d1-c3
 127 MOVE: d2-d3
 128 postauto1
 129 moveindex 37
 130 MOVE: p b4-c3
 131 postauto1
 132 moveindex 38
 133 MOVE: K e2-d3
 134 MOVE:  c2-c3
 135 postauto1
 136 moveindex 39
 137 MOVE: c7-b5
 138 MOVE:  f2-g2
 139 postauto1
 140 moveindex 40
 141 MOVE: N d4-b3
 142 MOVE:  d4-e4
 143 postauto1
 144 moveindex 41
 145 MOVE: e7-c7
 146 MOVE:  e2-f2
 147 postauto1
 148 moveindex 42
 149 MOVE: P e3-e4
 150 MOVE:  b6-65
 151 postauto1
 152 moveindex 43
 153 MOVE: r c7-c3
 154 postauto1
 155 moveindex 44
 156 MOVE: resign
 157 postauto1
 158 end
 159 

functions

uservar

Array ( [0] => Array ( [main] => Array ( ) ) [1] => Array ( [postauto1] => Array ( [subargs] => Array ( ) ) ) )

mline

Array ( [0] => MoveLine Object ( [movenum] => 1 [move] => P b2-b4 [level] => 0 [comment] => [length] => 10 [newturn] => 1 [turn] => 1 ) [1] => MoveLine Object ( [movenum] => 2 [move] => P b4-b2 [level] => 0 [comment] => [length] => 12 [newturn] => [turn] => 1 ) [2] => MoveLine Object ( [movenum] => 3 [move] => P b2-b3 [level] => 0 [comment] => [length] => 10 [newturn] => 1 [turn] => 2 ) [3] => MoveLine Object ( [movenum] => 4 [move] => p c6-c5 [level] => 0 [comment] => [length] => 12 [newturn] => [turn] => 2 ) [4] => MoveLine Object ( [movenum] => 5 [move] => N c1-d3 [level] => 0 [comment] => [length] => 10 [newturn] => 1 [turn] => 3 ) [5] => MoveLine Object ( [movenum] => 6 [move] => n e7-c6 [level] => 0 [comment] => [length] => 12 [newturn] => [turn] => 3 ) [6] => MoveLine Object ( [movenum] => 7 [move] => N d3-b2; c3-c4 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 4 ) [7] => MoveLine Object ( [movenum] => 8 [move] => b6-b5; d3-d4 [level] => 0 [comment] => [length] => 17 [newturn] => [turn] => 4 ) [8] => MoveLine Object ( [movenum] => 9 [move] => P e2-e3; e5-e4 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 5 ) [9] => MoveLine Object ( [movenum] => 10 [move] => p d6-d5 [level] => 0 [comment] => [length] => 12 [newturn] => [turn] => 5 ) [10] => MoveLine Object ( [movenum] => 11 [move] => K d1-e2; d4-d3 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 6 ) [11] => MoveLine Object ( [movenum] => 12 [move] => p c5-c4 [level] => 0 [comment] => [length] => 12 [newturn] => [turn] => 6 ) [12] => MoveLine Object ( [movenum] => 13 [move] => P f2-f3; g5-g6 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 7 ) [13] => MoveLine Object ( [movenum] => 14 [move] => f6-f5; e4-e5 [level] => 0 [comment] => [length] => 17 [newturn] => [turn] => 7 ) [14] => MoveLine Object ( [movenum] => 15 [move] => P f3-f4; g4-g3 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 8 ) [15] => MoveLine Object ( [movenum] => 16 [move] => c6-a5; d3-c3 [level] => 0 [comment] => [length] => 17 [newturn] => [turn] => 8 ) [16] => MoveLine Object ( [movenum] => 17 [move] => R f1-f3; g6-g5 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 9 ) [17] => MoveLine Object ( [movenum] => 18 [move] => p c4-b3 [level] => 0 [comment] => [length] => 12 [newturn] => [turn] => 9 ) [18] => MoveLine Object ( [movenum] => 19 [move] => P c2-b3; f6-g6 [level] => 0 [comment] => [length] => 18 [newturn] => 1 [turn] => 10 ) [19] => MoveLine Object ( [movenum] => 20 [move] => n a5-b3 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 10 ) [20] => MoveLine Object ( [movenum] => 21 [move] => R f3-g3 [level] => 0 [comment] => [length] => 11 [newturn] => 1 [turn] => 11 ) [21] => MoveLine Object ( [movenum] => 22 [move] => b3-c5; g6-g7 [level] => 0 [comment] => [length] => 18 [newturn] => [turn] => 11 ) [22] => MoveLine Object ( [movenum] => 23 [move] => N e1-f3 [level] => 0 [comment] => [length] => 11 [newturn] => 1 [turn] => 12 ) [23] => MoveLine Object ( [movenum] => 24 [move] => d7-d6;e5-e4 [level] => 0 [comment] => [length] => 17 [newturn] => [turn] => 12 ) [24] => MoveLine Object ( [movenum] => 25 [move] => N f3-g5 [level] => 0 [comment] => [length] => 11 [newturn] => 1 [turn] => 13 ) [25] => MoveLine Object ( [movenum] => 26 [move] => r f7-e7 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 13 ) [26] => MoveLine Object ( [movenum] => 27 [move] => K e2-f3; e4-d4 [level] => 0 [comment] => [length] => 18 [newturn] => 1 [turn] => 14 ) [27] => MoveLine Object ( [movenum] => 28 [move] => n c5-b3 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 14 ) [28] => MoveLine Object ( [movenum] => 29 [move] => N b2-d1 [level] => 0 [comment] => [length] => 11 [newturn] => 1 [turn] => 15 ) [29] => MoveLine Object ( [movenum] => 30 [move] => n b3-d2 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 15 ) [30] => MoveLine Object ( [movenum] => 31 [move] => K f3-e2 [level] => 0 [comment] => [length] => 11 [newturn] => 1 [turn] => 16 ) [31] => MoveLine Object ( [movenum] => 32 [move] => n d2-b1 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 16 ) [32] => MoveLine Object ( [movenum] => 33 [move] => N g5-f3; a3-a2 [level] => 0 [comment] => [length] => 18 [newturn] => 1 [turn] => 17 ) [33] => MoveLine Object ( [movenum] => 34 [move] => p b5-b4 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 17 ) [34] => MoveLine Object ( [movenum] => 35 [move] => N f3-d4 [level] => 0 [comment] => [length] => 11 [newturn] => 1 [turn] => 18 ) [35] => MoveLine Object ( [movenum] => 36 [move] => n b1-c3 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 18 ) [36] => MoveLine Object ( [movenum] => 37 [move] => N d1-c3;d2-d3 [level] => 0 [comment] => [length] => 17 [newturn] => 1 [turn] => 19 ) [37] => MoveLine Object ( [movenum] => 38 [move] => p b4-c3; [level] => 0 [comment] => [length] => 14 [newturn] => [turn] => 19 ) [38] => MoveLine Object ( [movenum] => 39 [move] => K e2-d3; c2-c3 [level] => 0 [comment] => [length] => 18 [newturn] => 1 [turn] => 20 ) [39] => MoveLine Object ( [movenum] => 40 [move] => c7-b5; f2-g2 [level] => 0 [comment] => [length] => 18 [newturn] => [turn] => 20 ) [40] => MoveLine Object ( [movenum] => 41 [move] => N d4-b3; d4-e4 [level] => 0 [comment] => [length] => 18 [newturn] => 1 [turn] => 21 ) [41] => MoveLine Object ( [movenum] => 42 [move] => e7-c7; e2-f2 [level] => 0 [comment] => [length] => 18 [newturn] => [turn] => 21 ) [42] => MoveLine Object ( [movenum] => 43 [move] => P e3-e4; b6-65 [level] => 0 [comment] => [length] => 18 [newturn] => 1 [turn] => 22 ) [43] => MoveLine Object ( [movenum] => 44 [move] => r c7-c3 [level] => 0 [comment] => [length] => 13 [newturn] => [turn] => 22 ) [44] => MoveLine Object ( [movenum] => 45 [move] => resign [level] => 0 [comment] => [length] => 10 [newturn] => 1 [turn] => 23 ) )

allmoves

Array ( [0] => moveindex 44;MOVE: resign;postauto1 [1] => moveindex 43;MOVE: r c7-c3;postauto1 [2] => moveindex 42;MOVE: P e3-e4; MOVE: b6-65;postauto1 [3] => moveindex 41;MOVE: e7-c7; MOVE: e2-f2;postauto1 [4] => moveindex 40;MOVE: N d4-b3; MOVE: d4-e4;postauto1 [5] => moveindex 39;MOVE: c7-b5; MOVE: f2-g2;postauto1 [6] => moveindex 38;MOVE: K e2-d3; MOVE: c2-c3;postauto1 [7] => moveindex 37;MOVE: p b4-c3;postauto1 [8] => moveindex 36;MOVE: N d1-c3; MOVE: d2-d3;postauto1 [9] => moveindex 35;MOVE: n b1-c3;postauto1 [10] => moveindex 34;MOVE: N f3-d4;postauto1 [11] => moveindex 33;MOVE: p b5-b4;postauto1 [12] => moveindex 32;MOVE: N g5-f3; MOVE: a3-a2;postauto1 [13] => moveindex 31;MOVE: n d2-b1;postauto1 [14] => moveindex 30;MOVE: K f3-e2;postauto1 [15] => moveindex 29;MOVE: n b3-d2;postauto1 [16] => moveindex 28;MOVE: N b2-d1;postauto1 [17] => moveindex 27;MOVE: n c5-b3;postauto1 [18] => moveindex 26;MOVE: K e2-f3; MOVE: e4-d4;postauto1 [19] => moveindex 25;MOVE: r f7-e7;postauto1 [20] => moveindex 24;MOVE: N f3-g5;postauto1 [21] => moveindex 23;MOVE: d7-d6; MOVE: e5-e4;postauto1 [22] => moveindex 22;MOVE: N e1-f3;postauto1 [23] => moveindex 21;MOVE: b3-c5; MOVE: g6-g7;postauto1 [24] => moveindex 20;MOVE: R f3-g3;postauto1 [25] => moveindex 19;MOVE: n a5-b3;postauto1 [26] => moveindex 18;MOVE: P c2-b3; MOVE: f6-g6;postauto1 [27] => moveindex 17;MOVE: p c4-b3;postauto1 [28] => moveindex 16;MOVE: R f1-f3; MOVE: g6-g5;postauto1 [29] => moveindex 15;MOVE: c6-a5; MOVE: d3-c3;postauto1 [30] => moveindex 14;MOVE: P f3-f4; MOVE: g4-g3;postauto1 [31] => moveindex 13;MOVE: f6-f5; MOVE: e4-e5;postauto1 [32] => moveindex 12;MOVE: P f2-f3; MOVE: g5-g6;postauto1 [33] => moveindex 11;MOVE: p c5-c4;postauto1 [34] => moveindex 10;MOVE: K d1-e2; MOVE: d4-d3;postauto1 [35] => moveindex 9;MOVE: p d6-d5;postauto1 [36] => moveindex 8;MOVE: P e2-e3; MOVE: e5-e4;postauto1 [37] => moveindex 7;MOVE: b6-b5; MOVE: d3-d4;postauto1 [38] => moveindex 6;MOVE: N d3-b2; MOVE: c3-c4;postauto1 [39] => moveindex 5;MOVE: n e7-c6;postauto1 [40] => moveindex 4;MOVE: N c1-d3;postauto1 [41] => moveindex 3;MOVE: p c6-c5;postauto1 [42] => moveindex 2;MOVE: P b2-b3;postauto1 [43] => moveindex 1;MOVE: P b4-b2;postauto1 [44] => moveindex 0;MOVE: P b2-b4;postauto1 )

movelist

1. P b2-b4 1... P b4-b2 2. P b2-b3 2... p c6-c5 3. N c1-d3 3... n e7-c6 4. N d3-b2; c3-c4 4... b6-b5; d3-d4 5. P e2-e3; e5-e4 5... p d6-d5 6. K d1-e2; d4-d3 6... p c5-c4 7. P f2-f3; g5-g6 7... f6-f5; e4-e5 8. P f3-f4; g4-g3 8... c6-a5; d3-c3 9. R f1-f3; g6-g5 9... p c4-b3 10. P c2-b3; f6-g6 10... n a5-b3 11. R f3-g3 11... b3-c5; g6-g7 12. N e1-f3 12... d7-d6;e5-e4 13. N f3-g5 13... r f7-e7 14. K e2-f3; e4-d4 14... n c5-b3 15. N b2-d1 15... n b3-d2 16. K f3-e2 16... n d2-b1 17. N g5-f3; a3-a2 17... p b5-b4 18. N f3-d4 18... n b1-c3 19. N d1-c3;d2-d3 19... p b4-c3; 20. K e2-d3; c2-c3 20... c7-b5; f2-g2 21. N d4-b3; d4-e4 21... e7-c7; e2-f2 22. P e3-e4; b6-65 22... r c7-c3 23. resign

constants

Array ( )