Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

[Answered] Avoiding >=

18 years ago

IF %VARIABLE >= 1 THEN
BEGIN
%VARIABLE := %VARIABLE - 1
END

Sorry cant give away variable without endangering plot.  Is this under that big bug thing?  What can I do to fix it?

[Answered] Avoiding >=

18 years ago

it is part of that big bug thing, you cant use >=

you need to write:

IF %VARIABLE > 0 THEN
blah blah

[Answered] Avoiding >=

18 years ago
Thats brilliant :D

[Answered] Avoiding >=

18 years ago
I know i am :P

[Answered] Avoiding >=

18 years ago
Well I was talking about Alex but....

[Answered] Avoiding >=

18 years ago
hehe, i would rather you not finish that sentence :P