April 13, 201312 yr I know it's this: if(!Tab.MAGIC.isOpen(RS2InterfaceChild child)) But what do I put in for child? I found the child interface id# but it doesnt work (54) and says it's an int. Do I have to make an interface object or something? Also, I tried using openTab(Tab.MAGIC); and it didn't work even though eclipse shows no errors... any ideas?
April 13, 201312 yr Are you just trying to see if the tab is open or not? if so, if (currentTab() != Tab.MAGIC) {openTab(Tab.MAGIC)} Edited April 13, 201312 yr by linkcg0
April 13, 201312 yr Author Well that seems simpler haha. Still trying to figure my way around this API... I'll test this thanks.