home *** CD-ROM | disk | FTP | other *** search
-
- ; This is the first menu where a user enters the BBS
-
- Menu "start.menu"
-
- flags hotkeyable
- level 0 - 255 , "Start.Ansi"
- prompt 0 , 0 - 255 , "|Press <return> to continue.."
- prompt 1 , 0 - 255 , "|Press <return> to continue.."
-
- BEGIN ; Start the command definitions
-
-
- Cmd "G" , 0-255
- GotoMenu "Logout.Menu"
- EndCmd
-
-
- Cmd "F"
- ClrScr
- Print "Enter a number or press <Return> for a new files scan.|"
- SetScanDays
- CatalogChronoGlobalNew
- EndCmd
-
-
- Cmd "M"
- ClrScr
- ReadWaitingMail
- EndCmd
-
-
- Cmd "S" , 255 ;sysop shortcut to 'S'kip the mail part ;)
- GotoMenu "Main.Menu"
- EndCmd
-
-
- Cmd "N" , 5-255
- CliDoor "trion:doors/quest/DoQuest ~50 ~51"
-
- ReadWaitingMail
- ChangeMessageArea "5" ;Read New 'MsgsToAll'
- ReadNew
-
- DosCommand "trion:utils/trion -max 'User ~200 logged in on node ~50.'"
- GotoMenu "Main.Menu"
- EndCmd
-
-
- Cmd "" , 5 - 255
- CliDoor "trion:doors/quest/DoQuest ~50 ~51"
-
- ; ChangeEditor "2" ;Select Full Screen Editor
-
- ReadWaitingMail
- ChangeMessageArea "5" ;Read New 'MsgsToAll'
- ReadNew
-
- DosCommand "trion:utils/trion -max 'User ~200 logged in on node ~50.'"
- GotoMenu "Main.Menu"
- EndCmd
-
-
-
- Cmd "R" , 5 - 255
- CliDoor "trion:doors/quest/DoQuest ~50 ~51"
-
- ; ChangeEditor "2" ;Select Full Screen Editor
-
- ReadWaitingMail
- ChangeMessageArea "5" ;Read New 'MsgsToAll'
- ReadNew
-
- DosCommand "trion:utils/trion -max 'User ~200 logged in on node ~50.'"
- GotoMenu "Main_rip.Menu"
- EndCmd
-
-
-
- Cmd "N" , 0 - 4
- Print "|Ha een nieuwe User !!|"
- ChangeAccesLevel "10"
- CliDoor "trion:doors/quest/DoQuest ~50 ~51"
-
- ChangeEditor "2" ;Select Full Screen Editor
-
- ScanWaitingMail
- ReadWaitingMail
- ChangeMessageArea "5" ;Read New 'MsgsToAll'
- ReadNew
-
- DosCommand "trion:utils/trion -max 'User ~200 logged in on node ~50.'"
- GotoMenu "Main.Menu"
- EndCmd
-
-
- Cmd "" , 0 - 4
- Print "|Ha een nieuwe User !!|"
- ChangeAccesLevel "10"
- CliDoor "trion:doors/quest/DoQuest ~50 ~51"
-
- ChangeEditor "2" ;Select Full Screen Editor
-
- ScanWaitingMail
- ReadWaitingMail ;SCAN waiting mail !!
- ChangeMessageArea "5" ;Read New 'MsgsToAll'
- ReadNew
-
- DosCommand "trion:utils/trion -max 'User ~200 logged in on node ~50.'"
- GotoMenu "Main.Menu"
- EndCmd
-
- END
-
-