IF %VARIABLE >= 1 THENBEGIN%VARIABLE := %VARIABLE - 1END
Sorry cant give away variable without endangering plot. Is this under that big bug thing? What can I do to fix it?
it is part of that big bug thing, you cant use >=
you need to write:
IF %VARIABLE > 0 THENblah blah