How do i make an auto-fighter wait until the fight is over? This is my current fighting proc.
Any ideas?Code:procedure Fighting;
begin
if not InFight then begin
FindMonster(MColor1, MColor2, MColor3,tolerance, MonsterName);
KAttackMonster(MColor1,MColor2,MColor3,tolerance,MonsterName);
end; end;
