here it is:
"[Runtime Error] : Exception: Can't allocate the DIB handle in line 666 in script"
Line 666-oh wait that's the devils number. could explain a bit but Line 666 is my antirandoms procedure which is a bit overdone I know but yeahhere's the procedure:
procedure AntiRandoms;
begin
FindTalk;
SRLRandomsReport;
FindNormalRandoms;
if (FindFight = true) then
begin
RunAwayDirection(RunDirec);
Wait(10000 + random(2000));
RunBack;
end;
end;
and here's what's at line 666:
Antirandoms




here's the procedure:
Reply With Quote



