SCAR Code:function InFight(rx,ry:integer):boolean;
var
e : Integer;
begin
for e do 1 to 15
if (findcolorspiral(x, y, 255, x+e, y+e, x-e, y-e)) then
Result = True;
end else
Result = False;
end;
whats wrong??
thxCode:Line 55: [Error] (15144:7): Assignment expected in script
~Spaz



![Send a message via MSN to [S]paz](images/misc/im_msn.gif)
Reply With Quote

