Results 1 to 3 of 3

Thread: Need help with Simba!

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

    Exclamation Need help with Simba! [Solved]

    I can't post links yet so please bare with me and add "https" or "http" before any links in the URL

    In the program simba


    It doesn't recognize the mmouse command that I read about in this tutorial: ://villavu.com/forum/showthread.php?t=94909

    PICTURE: //i.imgur.com/hbEKSQv.png?1

    For those of you who don't want to try to link the error code is:

    Error: Unknown declaration "mmouse" at line 8
    Compiling failed.

    Edit: I solved the error on my own by using movemouse instead of mmouse
    Last edited by Drekulas; 07-04-2015 at 10:58 PM. Reason: I solved the issue on my own

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Install SRL5 from https://github.com/SRL/SRL-5

    Extract the.zip it into c:/simba/includes and change the interpreter to pascalscript:


    then add the line

    {$i srl/srl.simba}

    Under program new;

    After these changes you should be able to use your original script

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

    Default

    Thank you! I was using movemouse but mmouse should make my scripts easier to write

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
  •