
Originally Posted by
Zallen93
Hi,
I am trying to incorporate some of the grand exchange functions within my script using the GE API in SRL, however it seems all the co-ords and offsets for slots and boxes and such are meesed up. I tried fixing it myself but it seemed to make matters worst. I was wondering if anyone a) knows that it is broken at the moment or not? or b) It's just me having this problem?
Many thanks,
Are you calling grandExchange.isOpen( ) before making any of the other calls?
Simba Code:
if grandExcahnge.isOpen() then
begin
//stuff
end;
isOpen sets the interface's bounds.