I keep getting this error on my script. Can anyone show me how to fix it?
I keep getting this error on my script. Can anyone show me how to fix it?
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!
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.
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!
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?
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!
![]()
![]()
Can you tell me how to fix this error? RunAwayDirection('N')
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!
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');
change this
toSCAR Code:RunAwayDirection('N');
orSCAR Code:RunTo('N');
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)
i've got the error Unknown identifier 'FindMSColorTol', but can't find the other code of/for it
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Remove that line, and then check color.scar!
Hope I Helped![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)