21 lines
443 B
INI
21 lines
443 B
INI
Constant Story "The Siege of Remontel";
|
|
Constant Headline "^A Star Trek fan production^";
|
|
|
|
Release 1;
|
|
|
|
Include "Parser";
|
|
Include "VerbLib";
|
|
|
|
Include "Globals.inf";
|
|
Include "Classes.inf";
|
|
Include "Rooms.inf";
|
|
Include "Characters.inf";
|
|
Include "Items.inf";
|
|
|
|
[ Initialise ;
|
|
location = lower_decks; ! @todo switch to bunk
|
|
player.description = "You are wearing an operations uniform,
|
|
with a single pip.";
|
|
];
|
|
|
|
Include "Grammar";
|