ok my first eva attempt at a power wc was rubbish i wasent even usig procedures but now i have advanced on that and used procedures but i havent got annny random i need help to put em in and where to put them in here it is:
program coolwillowsmasher;
{.include Si.Scar}
//Works were the bots go near port sarim
//set to very bright low detail
//camera at lowest point not highest
const
TreeColour= 4616570;//tree colour
LogColour= 2118493;//colour of log when cut
Var
x,y:integer;
Procedure CutLogs;
begin
FindColorSpiral(x,y,4616570,1,1,515,340)
MoveMouseSmooth(x,y)
wait(200)
ClickMouse(x,y,true)
wait(15000+random(2000))
end;
procedure Drop;
begin
Dropcolor(2117464);
end;
Begin
loadinclude('iTunes',false)
repeat
CutLogs
if(invincount=28)
then dropcolor(2117464)
until(false)
end.





Reply With Quote


