Results 1 to 13 of 13

Thread: MouseFindNoFlag

  1. #1
    Join Date
    Feb 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MouseFindNoFlag

    I keep getting this error on my script. Can anyone show me how to fix it?

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Replace MouseFindNoFlag with MFNF, and MouseFindFlag with MFF.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Feb 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So you just have to replace the text from MouseFindNoFlag ===> MFNF? And how come my SRL doesnt have the music folder? It cant find it.

  4. #4
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Yes, and I think it was removed because not many people used it, sadly.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  5. #5
    Join Date
    Feb 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol and now I get this error. RunAwayDirection('N'). :\ Is there like a thread where theres like common errors and tells you what to change it to?

  6. #6
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    It just got renamed, thats all basically (with a few modifications)
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  7. #7
    Join Date
    Feb 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can you tell me how to fix this error? RunAwayDirection('N')

  8. #8
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Strykr View Post
    Can you tell me how to fix this error? RunAwayDirection('N')
    Go to MapWalk.scar and look in it to find the answer...


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #9
    Join Date
    Feb 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think I found it but Im still not sure what to change it to.

    RunAway(dir: string; RunFar: Boolean; Action, WaitTime: Integer);

    The line I want to change: RunAwayDirection('N');

  10. #10
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    change this
    SCAR Code:
    RunAwayDirection('N');
    to
    SCAR Code:
    RunTo('N');
    or
    SCAR Code:
    RunAway('N', False, 2, WaitTime);

    Where it says False,
    If you were to put True it would run a little bit further than normal.
    If you put False it runs to a normal distance.

    Where it says 2, here is the thing for it:

    1: RunAway + Wait(WaitTime) + RunBack
    2: RunAway + Wait(WaitTime)
    3: RunBack

    So put 1, 2 or 3.

    Where it says WaitTime, put how long you want to wait before doing anything else.(in milliseconds)

  11. #11
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i've got the error Unknown identifier 'FindMSColorTol', but can't find the other code of/for it

  12. #12
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  13. #13
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Remove that line, and then check color.scar!

    Hope I Helped

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
  •