Kalorn92
09-18-2010, 08:08 PM
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.
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.