I want to use this with my script..
Basicaly, it means if you're not in a fight, and the chat text says, "Someone else is already fighting that" then it continues the procedure until in a fight.
How can i put this ^^ into the procedure below? I'm stumped.. or is there a better way to do this? Help anyone??Code:if (not(InFight)) and InChatMulti('omeone','else','fighting') then
Code:procedure RapeHidez; begin repeat FindNormalRandoms; if (not(InFight))then FindObj(x,y,'ttack',CowColor,20); Wait(102+random(20)); Mouse(x,y,0,0,true); if (InFight) then MarkTime(FightTime); FindNormalRandoms; until TimeFromMark(FightTime) >= 5000+random(100); end;
Please and Thankyou![]()



Reply With Quote













