mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Turn on the "exits" module
This commit is contained in:
parent
3fb2a693d5
commit
06e06f9a0b
2 changed files with 6 additions and 1 deletions
6
index.t
6
index.t
|
|
@ -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";
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue