how do i add this randoms to my main loop?
Code:procedure Run; Begin if(not(LoggedIn))then Exit; WriteLn('>>Running Away'); RunAwayDirection('N'); Wait(12000 + random(2000)); RunBack; end; Procedure Randoms; Begin If(not(LoggedIn))then Exit; FindTalk; Wait(10) FindNormalRandoms; if (FindFight) then Run; end;


Reply With Quote








