siege-remontel/remontel.inf

39 lines
876 B
INI
Raw Normal View History

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";
Replace PlayerTo;
2022-01-09 13:45:19 -06:00
Include "VerbLib";
[ PlayerTo newplace flag;
NoteDeparture();
move player to newplace;
move computer to newplace;
while (parent(newplace)) newplace = parent(newplace);
location = real_location = newplace;
MoveFloatingObjects(); AdjustLight(1);
switch (flag) {
0: <Look>;
1: NoteArrival(); ScoreArrival();
2: LookSub(1);
}
];
2022-01-09 13:45:19 -06:00
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";
Include "Characters.inf";
2022-01-09 23:28:56 -06:00
Include "Items.inf";
2022-01-09 13:45:19 -06:00
[ Initialise ;
location = bunk;
2022-01-09 22:55:57 -06:00
player.description = "You are wearing an operations uniform,
with a single pip.";
move computer to bunk;
StartDaemon(red_alert);
2022-01-09 13:45:19 -06:00
];
Include "Grammar";
Include "MoreVerbs.inf";