home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games Extra 1996 May
/
Amiga_Games_Extra_CD_5-96.bin
/
spiele
/
publicdomain
/
amsrc
/
go
Wrap
Text File
|
1996-02-19
|
941b
|
43 lines
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").