- Joined
- Jan 8, 2015
- Messages
- 2,768
- Thread Author
- #1
Shop#close() returns false when the bamboo shop on Waiko is open and you try to close it.
The shop interface that gives this issue (Haven't tested it on other shops yet):
The close button interaction:
The details of the InterfaceComponent that is the close button:

Possible query to get the close button:
The shop interface that gives this issue (Haven't tested it on other shops yet):

The close button interaction:

The details of the InterfaceComponent that is the close button:

Possible query to get the close button:
Code:
Interfaces.newQuery().containers(1265).types(InterfaceComponent.Type.SPRITE).sprites(5450).actions("Close").widths(16).heights(15).results().first();