I'm trying to access the bank in Canifis and it just won't open. I'm new to simba so any help would be appreciated. Here's what my code is. I even set it up so the player is zoomed all the way in and is facing the bank booth head on.
minimap.clickCompass;
minimap.setAngle(MM_DIRECTION_WEST);
MainScreen.SetAngle(MS_ANGLE_LOW);
mainScreen.setZoom(false);
repeat
mouseSpeed := gaussRangeInt(40, 50);
minimap.waitPlayerMoving();
bankScreen.open(BANK_BOOTH);
smallRandomMouse(5 + random(50));
until bankScreen.isOpen(randomRange(3000, 3500));


Reply With Quote
