Results 1 to 8 of 8

Thread: How to run a include?

  1. #1
    Join Date
    Jul 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Question How to run a include?

    Hi Everyone,

    I'm new to simba and im trying to run a include.

    How to do this?

  2. #2
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    You don't really run an include, but you can run any of the included functions.

    Here is how you include SRL-6:
    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba} //<-- this

  3. #3
    Join Date
    Jul 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Error: File "SRL/SRL.Simba" not found at line 2
    Compiling failed.

    I'm sorry but can you maybe help by Skype?
    My skype is: pureadmiral

  4. #4
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    just so we are clear, you dont "run" an include.
    You "include" and include.

    the SRL include isnt a script, it isnt a bot. its a collection of pre-written functions to make things easier/faster.


    SRL/SRL.simba is ooooooooooooold. be sure youre running an updated script (or if you are running a RSPS one, there are plenty of threads with the answer to this question)

  5. #5
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Gushou View Post
    Error: File "SRL/SRL.Simba" not found at line 2
    Compiling failed.

    I'm sorry but can you maybe help by Skype?
    My skype is: pureadmiral
    Did you do everything written here?
    (assuming RS3)

  6. #6
    Join Date
    Jul 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    project 2006 flax picker for rsps not rs3
    (Can't place link)
    Never mind I see it's in the section broken scripts ;(



    Anyone any idea what I can do right now?

  7. #7
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    You need the actual file to be included in your includes folder. I'm not sure if/how you can get something that old or if it would even work.

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

    Default

    Quote Originally Posted by Gushou View Post
    Anyone any idea what I can do right now?
    Anything you want.

    Of course I know you mean about the script You can fix the script yourself or write an entirely new one. Or you can request that another member do it for you, though we tend to discourage that around here.
    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

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
  •