*PROBLEM SOLVED*
It's just a simple FindColor script but it says I have invalid number of parameters. The example script looks like this-
And mine looks like thisCode:FindColor(var x, y: Integer; color, xs, ys, xe, ye: Integer): Boolean;
What's up?!Code:if(FOUND = 0)then //Find COLOR1 in coords XS1 YS1 XE1 YE1 begin FindColor(X, Y, COLOR1, XS1, YS1, XE1, YE1); FOUND := 0; end; else


Reply With Quote





