Broker Search - Examine Window

DiBi

Member
Hello everyone,

I have a problem with call of examine window in broker search results.

I use it like this: Vendor.Broker[1]:Examine()

Problem is - sometimes it shows examine window and sometimes not. Can't find any regularity.

When is shown successfully - there is a message on console "Error:Unknown type '' @Vendor.Broker[1]:Examine()". If not - its quiet.

The task I'm trying to achieve: know if collection item is added to my collections or not. It be easier if I can check color of item in search results, but there is no API for it. But there is API in "item" object type (AlreadyCollected). To get it - I need examine window.
If there is any other way to do what I want - I'll be glad to switch to.

Thanks.
 

DiBi

Member
I found some "magic" to make it work - after first broker search I manually click once on one item in results and after that it works on all further searches/examines.
 
Top Bottom