Results 1 to 3 of 3

Thread: Help With Simba :(

  1. #1
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help With Simba :(

    I am very new to scripting in general. I've learned a lot of the basic procedures and functions and made many scripts for flash games. However when making more complex scripts(like those for Runescape) I can't seen to get the following to work for me:

    {$include srl/srl/misc/smart.simba}
    {$I SRL/SRL.simba}
    {$I srl/srl/misc/debug.simba}
    {$I SPS/SPS.simba}

    I continue to get
    Exception in Script: Unable to find file 'srl/srl/misc/smart.simba' used from ''
    or
    Exception in Script: Unable to find file 'SRL/SRL.simba' used from ''


    Also the functions like NumberofPlayers and FindObject, don't work for me
    I understand that I am a noob but help on these matters would be much appreciated Thank you!

  2. #2
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by der fuhrer View Post
    I am very new to scripting in general. I've learned a lot of the basic procedures and functions and made many scripts for flash games. However when making more complex scripts(like those for Runescape) I can't seen to get the following to work for me:

    {$include srl/srl/misc/smart.simba}
    {$I SRL/SRL.simba}
    {$I srl/srl/misc/debug.simba}
    {$I SPS/SPS.simba}

    I continue to get
    Exception in Script: Unable to find file 'srl/srl/misc/smart.simba' used from ''
    or
    Exception in Script: Unable to find file 'SRL/SRL.simba' used from ''


    Also the functions like NumberofPlayers and FindObject, don't work for me
    I understand that I am a noob but help on these matters would be much appreciated Thank you!
    Use this at the top of script. instead of you
    Simba Code:
    {$Define Smart}
      {$I SRL/SRL.Simba}
    Also make sure you have did update, and enabled green ones at View > Extensions DTM is not necessary but you can find it useful and update all new menu options, SRL, SPS and MSI


  3. #3
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SRL, SPS and MSI are enabled and I updated this and my problems were all solved! Thanks a lot Laimonas171!

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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