diff --git a/index.t b/index.t index 84ec2a8..92ced7e 100644 --- a/index.t +++ b/index.t @@ -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"; } ; diff --git a/theGame.t3m b/theGame.t3m index bf1ec5d..bf625ed 100644 --- a/theGame.t3m +++ b/theGame.t3m @@ -9,7 +9,6 @@ -lib system -lib adv3/adv3 --x exits -x score -x hintsys -source index