Results 1 to 8 of 8

Thread: Unknown identifier 'IsUpTextMulti' in script

  1. #1
    Join Date
    Nov 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Unknown identifier 'IsUpTextMulti' in script

    Why do I keep getting this error with every script? ANy ideas on how to fix?

    --Hitman

  2. #2
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    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)


  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    IsUpTextMultiCustom(['Text', 'ext', 'Tex', 'ex']) etc

  4. #4
    Join Date
    Nov 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Slightly confused, but I'll give it a go. Could I just go to the last version?

    --Hitman

  5. #5
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    What latest version?

    If there is for example IsUpTextMulti('a', 'b', 'c'), replace it with IsUpTextMultiCustom(['a', 'b', 'c']);

  6. #6
    Join Date
    Nov 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  7. #7
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    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

  8. #8
    Join Date
    Mar 2006
    Posts
    3,051
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 07-29-2008, 01:42 PM
  2. Unknown identifier 'x' in script
    By xaviar in forum OSR Help
    Replies: 4
    Last Post: 07-03-2008, 12:26 AM
  3. Unknown Identifier 'player' in script???
    By cloutier15 in forum OSR Help
    Replies: 6
    Last Post: 05-11-2008, 11:40 AM
  4. Unknown identifier!?!?! (powercutter script)
    By lil rahmer662 in forum OSR Help
    Replies: 3
    Last Post: 01-27-2008, 09:40 PM
  5. Replies: 1
    Last Post: 11-12-2007, 03:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •