program DummyWhacker;
{.include SRL/SRL.scar}
Procedure Fight;
begin
SetupSRl;
MoveMouseSmoothEx(150,85,2,4,15,20,10);
Wait(2000+random(200));
HoldMouse(150,85,true);
Wait(300+random(100));
ReleaseMouse(150,85,true);
end;
begin
SetupSRL;
Fight;
end.
it says there was a file opening error but i cannot figure out why,can some one shed me some enlightenment?i would very much appriciate it


Reply With Quote





