-
Help with Scar Please
Im using scar script and i cannot get it to end my end with a semicolon so it reads on with the script
const
light2=932204;
begin
while (light2=932204)
do
{var
x,y:integer;
const
light2=932204;
begin
findcolor(x,y,light2,372,192,396,218);
end;}
end. <------------------- I need to know how to make this end; without getting errors.
var
x,y:integer;
const
light1=3060196;
begin
if findcolor(x,y,light1,372,192,396,218)
then SendArrowWait(0,10);
end.
-
Take out the first begin and the "end." (And remove the { }'s..) Should work (or at least compile).
-
Please Use Tags next time. It makes things easier to read and help with.
~BraK
-
I think you need some guidance about Scar/Simba(/PascalScript) syntax.
Here's a nice tutorial for you ;)
-
[OffTOPIC]Lol Bugger I was wondering why I saw you digging around the Beginner's Tutorial's. [/OFFTOPIC]
There are a lot of good tutorial's out there that will cover the Basics. Look Around and see what you can find here.