[Runtime Error] : Out Of Range in line 1211 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/AntiRandoms/AntiRandoms.scar
function is: findtalk;
line 1211 is: if FindTPAinTPA(Players[CurrentPlayer].NickTPA,TPA,Matches) then
function called is script: FindNormalRandoms;
the script:
i feel like such an idiot/leecher/n00b asking for help with something this simple but i realy have no idea whats wrongCode:program New; {.include SRL/SRL.scar} procedure AntiRandoms; begin LampSkill := 'defence'; FindInventoryRandoms; FindNonInventoryRandoms; FindNormalRandoms; gametab(2); if(GetSkillInfo('Hitpoints',True))<(19)then begin RunAway('s',false,2,15000) logout; end; gametab(4); end; begin setupSRL; ActivateClient; wait(2000); SetFightMode(4); wait(1000); makecompass('n'); repeat antirandoms; until(false); end.as far as i can see it has to be me thats done something wrong because other scripts using findnormalrandoms; are working fine for me...


as far as i can see it has to be me thats done something wrong because other scripts using findnormalrandoms; are working fine for me...
Reply With Quote

















