2022-01-09 13:45:19 -06:00
|
|
|
Constant Story "The Siege of Remontel";
|
|
|
|
|
Constant Headline "^A Star Trek fan production^";
|
|
|
|
|
|
|
|
|
|
Release 1;
|
|
|
|
|
|
|
|
|
|
Include "Parser";
|
|
|
|
|
Include "VerbLib";
|
|
|
|
|
|
2022-01-09 22:55:57 -06:00
|
|
|
Include "Globals.inf";
|
|
|
|
|
Include "Classes.inf";
|
2022-01-09 18:25:05 -06:00
|
|
|
Include "Rooms.inf";
|
2022-01-09 23:28:56 -06:00
|
|
|
Include "Items.inf";
|
2022-01-09 13:45:19 -06:00
|
|
|
|
|
|
|
|
[ Initialise ;
|
2022-01-09 18:25:05 -06:00
|
|
|
location = bunk;
|
2022-01-09 22:55:57 -06:00
|
|
|
player.description = "You are wearing an operations uniform,
|
|
|
|
|
with a single pip.";
|
2022-01-09 13:45:19 -06:00
|
|
|
];
|
|
|
|
|
|
|
|
|
|
Include "Grammar";
|