🕸Fergus Duniho wrote on Wed, May 27, 2020 04:19 PM UTC:
Operators must precede the operands in GAME Code. So the line " if mln > 8 " should be "if > mln 8" except that mln is not what you want to use here. This is not a measure of turns. It is the line number of a line in the movelist, and it can be affected by the presence of comments. What you want to use instead of mln is turn.
Operators must precede the operands in GAME Code. So the line " if mln > 8 " should be "if > mln 8" except that mln is not what you want to use here. This is not a measure of turns. It is the line number of a line in the movelist, and it can be affected by the presence of comments. What you want to use instead of mln is turn.