Results 1 to 3 of 3

Thread: How Would I Include All The Addons?

  1. #1
    Join Date
    Apr 2017
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default How Would I Include All The Addons?

    Is there a way to Include all the addons and plugins in Simba without adding them individually?

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

    Default

    Are you talking about loading plugins using compiler directives? For example:
    Simba Code:
    {$loadlib libsmartremote}
    (for SMART)

    Because that syntax does not support wildcards or directories. You must specify the plugins you wish to load.
    Last edited by KeepBotting; 12-27-2017 at 12:04 AM.
    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
    Apr 2017
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Are you talking about loading plugins using compiler directives? For example:
    Simba Code:
    {$loadlib libsmartremote}
    (for SMART)

    Because that syntax does not support wildcards or directories. You must specify the plugins you wish to load.
    Thanks very much KeepBotting

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
  •