
Originally Posted by
3garrett3
as in 3.7? cause i think im still using 3.6. Was this made for 3.7

No, he means SRL in general. The bankscreen changed with the new RS updates and it messed something up. So it doesn't matter what SRL you use, it will still not work. Easy fix though if you know barely anything at all...
SCAR Code:
{*******************************************************************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
*******************************************************************************}
function BankScreen: Boolean;
begin
Result := IsTextAtEx(185, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;
Just find this function in your SRL folders, then change the 185 to a 184.