Results 1 to 3 of 3

Thread: How to add the Anti Randoms events to your script?

  1. #1
    Join Date
    Feb 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default How to add the Anti Randoms events to your script?

    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

  2. #2
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    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

  3. #3
    Join Date
    Feb 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thx man

    got to make some failsafes then.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •