Results 1 to 6 of 6

Thread: After SMART is working..

  1. #1
    Join Date
    Jan 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default After SMART is working..

    I got SMART working on rs07, like I will use the command program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.
    to open up the client.

    But now i will run a script but nothing happens except my mouse clicking on stuff on my desktop.

  2. #2
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    same thing. i thought it was supposed to make it so it doesnt affect your other actions. but it still moves around my mouse when my bot is running/ i have been palying with it for atleast 3 hours

  3. #3
    Join Date
    Feb 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    it should be SetUpSRL;

  4. #4
    Join Date
    Jan 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I cant even get my smart to open when i run a bot though?

  5. #5
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by fightcaver View Post
    it should be SetUpSRL;
    in this language, the case of characters does not matter in function names. so the original quote is in fact correct. also, it is good practice to always include () at the end of functions simply because it will get u used to that practice if you ever decide to learn another language.

  6. #6
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    U gotto include: {$i P07Include.Simba}
    Call SetupP07Include; after SetupSRL;

    Creds to DannyRS for this wonderful sig!

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
  •