Can someone show me an example of this?
I basically have a fail safe on a private script that will repeat so long as a variable is "x" ... and I want to have a repeat until the variable is not X.
I keep getting syntax errors... I tried
repeat
until not variable
repeat
until variable is not...
Please an example...thank you in advance.
Like this:
Code:Procedure Takeoverworld; begin; repeat if Skyblue= 'True' then wait(5000+random(500)); until Skyblue is not = 'True';


Reply With Quote











