; Menu11.Menu
;
; This is a basic MEBBSNet main menu. Level 4
;

Page 11
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 4 RSRMenu
; 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 'P':
   Function Chat
   end

Option 'G':
   Function Goodbye
   end

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

Option 'M':
   Function PassMessages 4
   end

Option 'W':
   Function Waiting
   end

