Results 1 to 3 of 3

Thread: {$i srl/srl.simba} Suddenly stopped working for me :/

  1. #1
    Join Date
    Aug 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default {$i srl/srl.simba} Suddenly stopped working for me :/

    Hello, I've been a member here at Villavu for quite some time now, and I've NEVER had problems with {$i srl/srl.simba}. Now, earlier this month I bought a new laptop, and Installed Simba, however, the function {$i srl/srl.simba} stopped working for me.

    Now, PLEASE READ THIS:

    -I've read EVERY tutorial
    -I've read EVERY help post related to my problem (And none have worked for me)
    -I've tried YouTube and Google for answers, to no success.

    When I try to run a simple script like:

    Simba Code:
    Program ChopTree;
    {$i srl/srl.simba}
    Begin
    SetupSRL;
    end.

    I get this message:

    Error: File "srl/srl.simba" not found at line 2
    Compiling failed.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Well, a new laptop won't have SRL-5 on it unless you install it.

    https://github.com/SRL/SRL-5

    Go install it.

    After you're done, recognize the fact that SRL-5 is incredibly outdated and will not work anymore, nor will any scripts written under it.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Simba Code:
    {$I SRL-6/SRL.Simba}
    for srl6.

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •