Simba Code:Function AtBank:Boolean;
Begin
Wait(250+random(50));
if FindBank('vwb') then AtBank :=True;
if not FindBank('vwb') then AtBank :=False;
end;
Gives me the error
[Error] C:\Users\Thomas\Downloads\--------.simba(99:39): Semicolon (';') expected at line 98
What am I doing wrong? I swear this worked like 5 months ago when I did it, having a brain fart :P




Reply With Quote









