I need some help with my script (yes again :P)
I added
SCAR Code:
Function FindFastRandoms: Boolean;// credits to Wt-Fakawi
var
i: Integer;
begin
for i:=0 to 9 do
begin
case I of
0: If FindTalk then
begin
FindNormalRandoms;
end;
1: If FindDead then
Result := True;
2: If FindMod then
Result := True;
3: If FindMime then
Result := True;
4: If FindMaze then
Result := True;
5: If FindQuiz then
Result := True;
6: If FindDemon then
Result := True;
7: begin
if NoGameTab then
begin
Result := True;
Logout;
Exit;
end;
end;
8: begin
if InBlack then
begin
Result := True;
Logout;
Exit;
end;
end;
9: RC;
end;
FindFight;
FindFightEx;
end;
end;
Procedure NoRandoms;
begin
FindTalk;
FindNormalRandoms;
FindFastRandoms;
SolvePinball;
if (FindFight = true) then
begin
RunAwayDirection('w');
wait(10000+Random(5000));
RunBack;
end;
end;
And did
SCAR Code:
begin
SetUpSRL;
NoRandoms;
declarePlayers;
login;
activateclient;
setup;
repeat
saitime;
wait(2000+random(1000))
attackLesser;
until(false)
end.
I was afk , and found myself later at lumby. I went back, and ppl said i was killer by a drunken dwarf. AntiRandoms isnt working, does someone know why?