- Thread Author
- #1
Whenever I call
And my layout looks like this:
Gyazo - 54aa9d88e2792760aca46a661d2ee0eb.png
It returns false, so it wants to open the equipment tab. Instead of just clicking on the icon shown in picture above, it moves all the way to the navigation bar, and opens the equipment tab that way.
Gyazo - 8259a7aeb441bbbada92fe3a089a996d.png
Expected result:
Gyazo - eeb372d61788d204e1a21ddce17c88dd.gif
This does not only apply to getEquipment, but also getInventory. I assume it applies to the following as well:
getMagic()
getPrayer()
getSkills()
Code:
if(InterfaceWindows.getEquipment().isOpen()) {
} else {
InterfaceWindows.getEquipment().open();
}
Gyazo - 54aa9d88e2792760aca46a661d2ee0eb.png
It returns false, so it wants to open the equipment tab. Instead of just clicking on the icon shown in picture above, it moves all the way to the navigation bar, and opens the equipment tab that way.
Gyazo - 8259a7aeb441bbbada92fe3a089a996d.png
Expected result:
Gyazo - eeb372d61788d204e1a21ddce17c88dd.gif
This does not only apply to getEquipment, but also getInventory. I assume it applies to the following as well:
getMagic()
getPrayer()
getSkills()