Ok, so here's my little random finder procedure (leeched from someone else I might add lol..)Anyways, my script will do what it's supposed to until it finds a random event. It gets a "[Runtime Error] : Out Of Range" when it gets a random event, and I have no clue why.SCAR Code:procedure chekrandums;
begin
findtalk;
findnormalrandoms;
if (findfight=true) then
begin
runawaydirection('E');
wait(10000+random(2000));
runback;
end;
end;


Reply With Quote





can't believe I didn't think of that. Time to go read more tuts!


