***************************************************************************
** Example program only. This file would normally be a PRG file of course.
** You add your program code but use the last line to return.
** This is an example of a TDBS program which will return the player
** to Escape From Languor. Once the player chooses one of the modules
** their game will automatically be saved. You should use the last line
** below to return (restart) to Escape From Languor.
***************************************************************************

** The line befow simply clears the screen while in RIP.
? CHR(1)+"|2s000"+chr(13)
? "!|1K|*|w0000270O02|#|#|#"

** Module1 would corrospond to MODULEA, Module2 to MODULEB, etc. 
wait "This is MODULE1. It does nothing but show you what can be done."

** The line below returns you to Escape From Languor.
DOTBBS TYPE 200 OPTDATA HOMEPATH()+EFL restart /q
