I'm working on a script which buries bones. It works fine, except for the random events.
now my antirandom isnt working!! I use FindNormalRandoms;
I tried this:
And waited for a random event.Code:program srlTest; begin procedure ll; begin FindNormalRandoms; end; repeat; ll until(false); end.
Eventually I got Ricky-*. I waited...nothing. After three times of his sayings I finally clicked on him. The script obviously didn't work. I checked on the script. Yup, successfully compiled; running script...
Resultantly I restarted it and waited for one more. Finally a dwarf came up. Nope, nothing. just like before. Now I am brought here for help...
This function doesn't work either for the random event loop:
FindNormalRandoms;
wait(10)
UseBoxSolver := True
wait(10)
UseCerterSolver := True
wait(10)
UseSandwichSolver :=True
FindMaze;
wait(10)
Solvepinball;
Wait(10)
if (FindFight) then
begin
RunAwayDirection(RunDir);
Wait(10500 + random(3500));
RunBack;
end;
Wait(10);
FindTalk;


Reply With Quote







~RAM

