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 gameMain: GameMainDef
initialPlayerChar = me initialPlayerChar = me
showIntro() { showIntro() {
/* Setting for 'exits' module. */
exitLister.exitsOnOffExplained = true;
exitsMode.inStatusLine = true;
exitsMode.inRoomDesc = false;
/* */
cls(); cls();
/* */
"This is the intro text.\b"; "This is the intro text.\b";
} }
; ;

View file

@ -9,7 +9,6 @@
-lib system -lib system
-lib adv3/adv3 -lib adv3/adv3
-x exits
-x score -x score
-x hintsys -x hintsys
-source index -source index