
Originally Posted by
johnarnts
This is what I filled in hopefully your experience will see something I've overlooked! Thanks again!
Const
SRLStats_Username = ''; // Leave blank if you don't have a stats account
SRLStats_Password = '';
RingType = 'Duel'; // Which type of ring are you using? (Duel,TzHaar)
AltarDirection = 'W'; // Cardinal direction from entrance to where your altar room is (N,E,S,W)
HouseDesign = 'Basicstone'; // House style (Zenev,BasicWood,BasicStone,Tropical)
BurnerType = 'Marble'; // Which type of burner do you have? (Oak,Mahogany,Marble)
AltarPlace = 'Top'; // From the doorway is your altar at the top of the room or side? Ex If I walk
// into your room would I have to go to the "top" of the room, or a "side" to get to it?
// input (Top, or Side)
UseAutoChecker = True; // Auto checks for most updated version and dowloads it.
Procedure DeclarePlayers;
Begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
With Players[0] Do
Begin
Name := '';
Pass := '';
Pin := '';
PTS := 2; //Pouch to summon, 1 for terrorbird, 2 for wartort, 3 for yak, 0 for nothing
BoxRewards := ['Coins', 'oins'];
Active := True;
End;