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
|
||||
initialPlayerChar = me
|
||||
showIntro() {
|
||||
/* Setting for 'exits' module. */
|
||||
exitLister.exitsOnOffExplained = true;
|
||||
exitsMode.inStatusLine = true;
|
||||
exitsMode.inRoomDesc = false;
|
||||
/* */
|
||||
cls();
|
||||
/* */
|
||||
"This is the intro text.\b";
|
||||
}
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue