siege-remontel/remontel.inf
Dan Jones 670fb183e1 Add the computer character
Still a bit buggy, but responds to a few commands
2022-01-11 10:22:02 -06:00

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";