Hey guys im kinda down with my ideas how to solve this...
so to break it down to the minimum:
I need to now when the Auctionhouse API is callable. Basically this should be the case if Event:
AUCTIONS_HOUSE_SHOW is triggered, but the API needs a little time after this event to be up (its my assumption) because if i do something like:
GetNumAuctionItems("owner")
i get no informations right after the trigger.
So ive got another trigger for each frame an do it untill i got a value. But this trigger runs ALL the time and i want to avoid this.
Is there any option to just "sleep" for a bit or do it with another solutions?
Thanks!