I have a script where I type if(blah blah) then i want to begin a different procedure, how do I do this?
EDIT:- btw, this is the exact piece of code i have:
SCAR Code:if FindColor(Fx, Fy, 8388736, 21, 416, 29, 425) then ; //if the trade color is found...
begin
StartTrade;
end;


Reply With Quote



.






