Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Selecting Control Panel Tab

Joined
May 22, 2019
Messages
6
Based on previous threads I have read, I am marking this as a bug.

Reproduction: OSRS - Panels will not be selected in certain circumstances (tutorial island).

Code:
ControlPanelTab.INVENTORY.open();
InterfaceWindows.getInventory().open();
Inventory.getItems(); //And variations thereof

Solutions require directly accessing interfaces.
 
Last edited:
Top