Results 1 to 3 of 3

Thread: Bitmap not working

  1. #1
    Join Date
    Aug 2012
    Posts
    188
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default Bitmap not working

    Why is this not working?
    whaaat.jpg

  2. #2
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    How do you know it isn't working: what is the next repeat loop in your code?

    You can use conversationBox.isOpen() instead of bitmaps to detect these dialogue screens!

    Or, more specifically, conversationBox.findChat().

    Simba Code:
    if (conversationBox.findChat(['The ship arrives at Entrana.'])) then
      writeln('We have arrived at Entrana!');
    Last edited by Clarity; 06-30-2015 at 03:59 PM.

  3. #3
    Join Date
    Aug 2012
    Posts
    188
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Oh thank you clarity!!! And I know its not working because I added a writeln. Im trying to detect the escape picture on the screen when traveling on a boat to know when to press escape, but its not finding the bitmap at all.

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
  •