; Menu10.Menu
;
; This is a basic MEBBSNet main menu. Level 31
;

Page 10
Type General
Prompt Mainp

; Page 1 always denotes the root menu (the one users enter when they logon)
; for your BBS.

Helpfile Default MainMenu
Helpfile Level 0 NewUserMenu
Helpfile Level 4 RSRMenu
Helpfile Level 5 VSysopMenu
Helpfile Level 6 MBetaMenu
Helpfile Level 8 MBSysMenu
Helpfile Level 9 MRegMenu
; Note that no path is required with the filename of the help file, because
; the help files have to be in your text files directory anyway.
; Also note that no extender is put on it either.

Option 'A':
   Function Adjust
   end

Option 'B':
   Function Bulletins
   end

Option 'C':
   Function Chat
   end

Option 'D':
   Function Doors
   end

; Added below for fido messages
Option 'E':
   Function PassMessages 2
   end

Option 'F':
   Function Passfiles 2
   end

;Option 'F':
;   Function Passfiles 40
;   end

; With both Passfiles and Passmessages, a "sig" parameter of 0 signifies
; a BBS without sig seperation - all your message areas and file areas
; are in one area.

Option 'G':
   Function Goodbye
   end

Option 'H':
   Function ShowFile MEBBSNET:TXT/MainHelp Clear
   end

; Added below for sysop messages only
Option 'I':
   Function PassMessages 3
   end

Option 'J':
   Minaccess 4
   Maxaccess 4
   Function Passfiles 4
   end

Option 'K':
   Minaccess 6
   Maxaccess 31
   Function Passfiles 6
   end

Option 'L':
   Function Feedback
   end

Option 'M':
   Function PassMessages 1
   end

Option 'N':
   Maxaccess 1
   Function RunDoor doors:autovalidate/autoval
   end

Option 'O':
   Function ARexx Doors:BBSRolodex/BBSRolodex
   end

Option 'P':
   Function PassMessages 4
   end

Option 'R':
   Function ReLogin
   end

Option 'S':
   Function Status
   end

Option 'T':
   Function Textfiles
   end

Option 'U':
   Function Userlist
   end

Option 'V':
   Function ShowFile MEBBSNET:TXT/MechEngr
   end

Option 'W':
   Function Waiting
   end

;The following are the examples of the appropriate commands to execute
;the multiuser conference program and the list users online program.
;They are commented out since not everyone will want to use them, and
;the location these will be placed in your file system will probably
;be different.

;Option 'O':
;   Function MultiRunDoor mebbsnet:doors/conf/StarUSRS bypass
;   end

Option '*':
   Function MultiRunDoor doors:conf/MEBBSconf bypass
   end

