Why is this not working?
Attachment 26276
Printable View
Why is this not working?
Attachment 26276
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!');
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.