Turn on the "exits" module

This commit is contained in:
He4eT 2024-12-10 05:26:49 +01:00
commit 06e06f9a0b
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,13 @@ versionInfo: GameID
gameMain: GameMainDef
initialPlayerChar = me
showIntro() {
/* Setting for 'exits' module. */
exitLister.exitsOnOffExplained = true;
exitsMode.inStatusLine = true;
exitsMode.inRoomDesc = false;
/* */
cls();
/* */
"This is the intro text.\b";
}
;