open

@Deprecated(forRemoval = true)
static boolean open()

Finds the best banking object/npc in the 15 tile area and interacts with it to open the banking interface. This will walk to the bank if it is too far away to click, but will not walk to a bank outside the loaded region. Use isNearby to determine if this method is appropriate to use.

Return

True if the bank interface opens. False otherwise.

Deprecated

use ensureOpen instead