[@Main]
#SAY
Welcome to Sting's Gambler\
I have a number of games for you to try\\
<[ Word Game ]/@CALLWordGame>\
<[ Roulette ]/@CALLRoulette>\
<[ Scratch Card ]/@CALLScratch>\
<[ Hi Lo Gambler ]/@CALLHiLo>\
<[ Paper Rock Scissors ]/@CALLPRS>\
<[ Dice Game ]/@CALLDiceGame>\
<[ Exit ]/@exit>\\\


[@CALLWordGame]
#CALL [Gambler\WordGame.txt] @WordGame

[@CALLRoulette]
#CALL [Gambler\Roulette.txt] @ShowMainScreen

[@CALLScratch]
#CALL [Gambler\ScratchCard.txt] @Scratch

[@CALLHiLo]
#CALL [Gambler\HiLo.txt] @HiLo

[@CALLPRS]
#CALL [Gambler\PRS.txt] @PRS

[@CALLDiceGame]
#CALL [Gambler\DiceGame.txt] @Dice


