Results 1 to 3 of 3

Thread: Disable random events?

  1. #1
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Disable random events?

    How do I disable them? The bot keep saying that there is a random event when there isn't!

    What line of code or variable do I need to change to disable the random events? Or is there another way? Thanks!!

  2. #2
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    look in the code and every time you see: FindNormalRandoms <- something like that add "//" right before it

    ex:
    Simba Code:
    FindNormalRandoms;

    change it like this

    //FindNormalRandoms;

  3. #3
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Foefoe View Post
    How do I disable them? The bot keep saying that there is a random event when there isn't!

    What line of code or variable do I need to change to disable the random events? Or is there another way? Thanks!!
    Is your SRL updated? I was getting that error a while back with a different version of SRL.

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
  •