#include #include versionInfo: GameID name = 'The Game' byline = 'by Author' authorEmail = 'Author ' desc = 'This is an example of how to start a new game project. ' version = '0' ; gameMain: GameMainDef initialPlayerChar = me showIntro() { /* Setting for 'exits' module. */ exitLister.exitsOnOffExplained = true; exitsMode.inStatusLine = true; exitsMode.inRoomDesc = nil; /* */ libMessages.oopsNote = nil; /* */ cls(); /* */ "This is the intro text.\b"; } ; #include "characters/pc.t" #include "locations/startingRoom.t" #include "items/note.t"