I'm not sure if this is a problem or not but...
for some reason this doesn't work
SCAR Code:While not BankScreen do
Writeln('No Bank Screen');
but this does![]()
SCAR Code:While BankScreen = false do
Writeln('No Bank Screen');
I did the same thing with SmeltingScreen but that worked fine.




Reply With Quote









