HI there, as you should probably imagined, I'm having problems with autocoloring. It's not exactly a problem... well, this is what happens: I want to autocolor port sarim dock, there's a function to do this and it didn't work so I copied the function on my script and just paste it there (before the procedure that needs autocoloring). When I try to run it it tells: LINE 232 ERROR : Invalid number of parametrers in script. PLZ HELP.
here's the script
SCAR Code:
if FindSymbol(x, y, 'Quest') then
begin
Mouse(x, y, 2, 1, true);
Flag;
case random(3) of
0: HoverSkill('random', false);
1, 3: BoredHuman;
end;
end
else
begin
LINE 232 RadialWalk(FindPortSarimDockColor, 165, 190, 65, -1, -1);
Flag;
Wait(200 + random (250));
end;