My advice when it comes to banking - utilise the SRL Include
Simba Code:
(*
OpenBankFast
~~~~~~~~~~~~
.. code-block:: pascal
function OpenBankFast(Location: String): Boolean;
Opens the bank.
Valid arguments are:
'feb', 'falador east bank'
'fwb', 'falador west bank'
'veb', 'varrock east bank'
'vwb', 'varrock west bank'
'db' , 'draynor bank'
'akb', 'al-kharid bank'
'eb' (Edgeville Bank)
'ctb', 'catherby bank'
'clt', 'camelot bank'
'nab', 'north ardougne bank'
'sab', 'south ardougne bank'
'ynb', 'yanille bank'
'ngb', 'north gnome bank'
'sgb', 'south gnome bank'
'wgb', 'warrior guild bank'
'fgb', 'fishing guild bank'
'tavb', 'taverly bank'
.. note::
Author: Wizzup? and Nielsie95
Last Modified: Unknown
Example:
.. code-block:: pascal
if OpenBankFast('feb') then
Withdraw(...);
*)
Simba Code:
(*
OpenBankNPC
~~~~~~~~~~~
.. code-block:: pascal
function OpenBankNPC: Boolean;
Opens the bank by using Banker.
.. note::
Author: Home
Last Modified: December 28 by Narcle
Example:
.. code-block:: pascal
if OpenBankNPC then
Withdraw(...);
*)
When it comes to walking, read the tutorial in my signature