SysAdmin
SysAdminPassword
ignore RunLimit(100).
use Characters
public G CreateGrammar().
SetContinue(true).


/* the basics of this scenario */
source st:Basics/basics.m

/* Combat code - player v.s. machine and player v.s. player. */
source st:Combat/combat.m

/* The town */
source st:Scenario/town.m

/* The Proving Grounds area - 3 quests, weapons, special monsters, etc. */
source st:Proving/proving.m

/* The on-line building commands and interactive stuff. Builder's guild. */
source st:Building/build.m

/* newsroom, telegram office - usenet news and email reading/posting. */
/* Remove the comments around this if you want to have the usenet news
   and email facilities in your MUD. */
/*
source st:Scenario/usenet.m
*/

/* Setup the new-player handler */
source st:Basics/handler.m

SetContinue(false).
NewCreationPassword().



Print("Scenario parsed - flushing database.\n").
Flush().
ignore RunLimit(10).
Print("All done.\n").
