Hey,
If anyone is so kind could you please post a working example of a GetColor function.
Cuz I cant get it to work.
I want it to be like this:
SCAR Code:Program New;
Procedure ColorGet;
Begin
GetColor ( x, y );
End;
Procedure ColorFind;
Begin
ColorGet;
if ( GetColor ( x, y ) = 17374 { Example } ) then
begin
//Do something
end else
begin
//Do something else
end;
End;
Begin
ColorFind;
End.
Thanks,
Fort Ash


Reply With Quote







.