Keep getting -1 as the color.
Color = -1 ?Code:getmousepos(x,y); a:=getcolor(x,y); writeln('Color = '+IntToStr(a));
(Not using SMART)
Keep getting -1 as the color.
Color = -1 ?Code:getmousepos(x,y); a:=getcolor(x,y); writeln('Color = '+IntToStr(a));
(Not using SMART)
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
Not sure...
Post the whole script/funtion please?
And run this
Edit: and reply if you still get -1SCAR Code:program New;
var
a, x, y : integer;
begin
repeat
getmousepos(x,y);
a:=getcolor(x,y);
writeln('Color = '+IntToStr(a));
wait(10);
until false;
end.
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
Its working for now, reloaded Scar and fiddled about with some vista apperance options. Will see how it goes.
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
There are currently 1 users browsing this thread. (0 members and 1 guests)