Hey guys,
I want to add the anti randoms that are listend in the SRL/Core/Antirandom folder to my script. Anyone knows how to add these or to refer to these?
thx in advance!
cheers,
Jump
Hey guys,
I want to add the anti randoms that are listend in the SRL/Core/Antirandom folder to my script. Anyone knows how to add these or to refer to these?
thx in advance!
cheers,
Jump
Put
Simba Code:FindNormalRandoms;
in every single loop you have. You can also do something like
Simba Code:if FindNormalRandoms then
Exit;
so that it stops what it's doing when a random is encountered. (You'll have to arrange your mainloop to be failsafe in case of randoms)
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
thx man
got to make some failsafes then.
There are currently 1 users browsing this thread. (0 members and 1 guests)