From 06e06f9a0bede50323a5212f200f3c665692f801 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 10 Dec 2024 05:26:49 +0100 Subject: [PATCH] Turn on the "exits" module --- index.t | 6 ++++++ theGame.t3m | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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