Results 1 to 7 of 7

Thread: How do i use isblacktext?

  1. #1
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How do i use isblacktext?

    How do I use this?

    Why is this Wrong?
    IsBlackText('the logs begin to burn', 1);

    Please help thanks.

  2. #2
    Join Date
    Sep 2008
    Location
    Chicago
    Posts
    224
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1 would be the top line of the chatbox. You need to use line 8.

  3. #3
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for better results, use something shorter

    IsBlacktext('egin to');

    sometimes i find some procedure chop off bits of the text, so this will work better

    much the same way that;

    IsUpText('ickaxe');
    ChooseOption('hop');

    keep up the good work

    also keep in mind that IsBlackText returns a true/false, in case you didnt know
    Project: Welcome To Rainbow

  4. #4
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you both for your help, I hope to have script finished soon.

    Thanks

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

    Default

    IsBlackText is also a Boolean this means that you can use it as so :

    SCAR Code:
    For I := 8 downto 1 Do
      If IsBlackText('lol', i) Then
        TypeSend('hahah funny')
      Else
     Exit;


  6. #6
    Join Date
    Aug 2008
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if(GetBlackChatMessage='Your inventory is too full to hold any more logs.') then break;

    U might be referring to something like this?

  7. #7
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    IsBlackText('he fire catches', 8)

    This is usable, if your making a log burner

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IsBlackText
    By droppeD:) in forum OSR Help
    Replies: 1
    Last Post: 01-21-2009, 09:10 AM
  2. What happened to IsBlackText?
    By Wolygon in forum OSR Help
    Replies: 4
    Last Post: 12-11-2008, 04:07 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
  •