Why do I keep getting this error with every script? ANy ideas on how to fix?
--Hitman
Why do I keep getting this error with every script? ANy ideas on how to fix?
--Hitman
IsUpTextMulti(); was taken out of SRL in the last revision, so the scripts that you are using the uses that function need to be updated...or you could just replace it with, IsUpText(var:String); and only put 1 string instead of multiple ones like the script originally had
"Failure is the opportunity to begin again more intelligently" (Henry Ford)
IsUpTextMultiCustom(['Text', 'ext', 'Tex', 'ex']) etc![]()
Slightly confused, but I'll give it a go. Could I just go to the last version?
--Hitman
What latest version?
If there is for example IsUpTextMulti('a', 'b', 'c'), replace it with IsUpTextMultiCustom(['a', 'b', 'c']);![]()
Now I get this error...
Unknown identifier 'MouseFindNoFlag'
Think i'll just give up and try another script. Must be very out of date :/
--Hitman
No, it's just that in Rev 14 it's MFF / MFNF, don't judge their date by their compiling - you might miss the kickass script you've been looking for all the time![]()
Yep, IsUpTextMulti was improved.
You used to have to put exactly 3 text values there. Now you can put any number of text lines as an array.
IsUpTextMulti('blah1','blah2',blah3') --> IsUpTextMultiCustom(['blah1','blah2',.......,'blahX']);
We could actually replace all IsUpText style functions with this one, since you can use 1 text value if you wanted to. Perhaps that will happen in the future, but I don't know.
There are currently 1 users browsing this thread. (0 members and 1 guests)