Hello! I need some help being able to solve random events while I am waiting for a task to finish in my script. For example..
Simba Code:MarkTime(T)
repeat
FindNormalRandoms;
until (TimeFromMark(T) > randomrange(160000,170000));
It detects the random event. However, it does not seem to solve it. It merely carries on with the rest of the script WHILE in the random event. Which is not good.
Any suggestions would be greatly appreciated!


Reply With Quote







I guess the question would be then how would I handle a situation where it detects the random (i.e. the forester) but when it actually comes to being inside the event logging out instead of just continuing on with my script?


