Script logged me in, attempted to and failed at turning off the private and public chats, then just sat there doing nothing. Did I set it up properly?
(i'm in the fally east bank)
Code:
Procedure DeclarePlayers;
Begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :='******'; //username
Players[0].Pass :='*******'; //password
Players[0].Nick :='******'; //3-4 letters of your username
Players[0].Active:=True; //leave as is as multiplayers not yet supported
Players[0].Loc:='Bank'; //Bank, Furnace, for AK only...{{{{ Grand Exchange, or Lummy (Grand exchange may not work, for best results start at bank)
Players[0].Strings[0] := 'steel'; //options : bronze, iron, steel, silver, gold, mithril, addy, rune
Players[0].Strings[1] := 'fally'; //Location... AK or fally or Lummy (start at Draynor bank)
end;