Banking scripts are only for SRL Junior members and up.
About filling the declare players (i think its function DeclarePlayers, you will find that in probably every script that have multiplayers or if it can log in your character)
SRL Stats ID: it is used to register how much time you have worked with SRL Scripts and also add how much times each script did work to other players (like the total of time that all SRL users used the script)Players[0].Name :='Example'; <---This is your RS name. It is asked incase you log out, the script will log in back.
Players[0].Pass :='example';
Players[0].Nick :='xam'; //3-4 letters from name You can put 3-4 letters from the name, NEVER put letter with space or Capitalized letters.
Players[0].Active:= True;
Players[0].Booleans[1]:= True; // True if new rocks. False if old.
Players[0].Booleans[2]:= False; // Pick equipped?
Players[0].Strings[1]:= 'Iron'; // type of ore
Players[0].Integers[1]:= 3; // # of loads (you can put more here if you want to do more loads per character
For more information: http://www.stats.srl-forums.com/
Well there ain't much to explain after than this, just read the 'green' words (commentaries) because they are explaining what each line does.










