omgh4x0rz
02-23-2007, 12:03 AM
Hi, I'm just wondering if anyone knows why my mouse is going screwy in this part of my procedure.
It finds the fight okay (well, sometimes it findsfight when i'm not in a fight) but the problem is during the FTWait. After I run away and set to run, the mouse moves off the screen and goes crazy, and I have to ctr+alt+del.
I tried changing it to just a regular wait instead of FTwait, and it works fine then. Anyone know what the problem is?
if (FindFight=true) then
begin
RunAwayDirection(RunDir);
FTWait(10);
RunBack;
end;
It finds the fight okay (well, sometimes it findsfight when i'm not in a fight) but the problem is during the FTWait. After I run away and set to run, the mouse moves off the screen and goes crazy, and I have to ctr+alt+del.
I tried changing it to just a regular wait instead of FTwait, and it works fine then. Anyone know what the problem is?
if (FindFight=true) then
begin
RunAwayDirection(RunDir);
FTWait(10);
RunBack;
end;