home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Telecom / BBS's / 1 BBS / Read Me Files / Menu Module Instructions < prev    next >
Encoding:
Text File  |  1991-10-11  |  2.2 KB  |  56 lines  |  [TEXT/KAHL]

  1. Quick menu module instructions:  (by N Hawthorn 10/6/91)
  2.  
  3. This module was created by Noam Freedman and modified for
  4. release by N Hawthorn.
  5.  
  6.  
  7. You must name the menu module to a different name for each menu.
  8. The ID # must be different than any other too.
  9.  
  10. Use ResEdit to do all this. Later a easy way to do this will be found.
  11.  
  12. You need to put the folder "menus" into the "1 BBS" folder, or the same folder as
  13. MUBBS. It must be called "menus".
  14.  
  15. The file in the folder "menus" called "menu1.info", contains the info needed
  16. for the menu module to call another module.
  17.  
  18. The first line is ONE character only ! It's the character the user will
  19. push to get this choice.
  20.  
  21. The next line is the name of the module to call if this choice is selected.
  22.  
  23. There is a MAXIMUM of 20 selections that can be selected. Do not exceed this !
  24. (MUBBS menus are suposto be short anyway). If you put the wrong name, you'll
  25. know it !
  26.  
  27. Don't forget Quit and Logoff, they are keywords (not actual modules) that
  28. are part of the menu module. It detects them and either quit or cause a
  29. logoff. If you don't want to include Logoff in your menu, just don't. But
  30. you need quit if you want to return back to the previous module.
  31.  
  32. The words "logoff" and "quit" in the ".info" file are in LOWERCASE ONLY !!
  33.  
  34. You could use any character for the user to select as logoff, such as "G"
  35. for goodbye, but the word "logoff" must be used in the ".info" file. The
  36. letters "Q" and "L" are standard for Quit and Logoff in MUBBS and you should
  37. try to stick to these.
  38.  
  39. The "selection" characters must be in UPPERCASE it the ".info" file
  40. If you are the FIRST module called from MUBBS, Quitting would cause a logoff
  41. anyway, so just supply logoff only in that menu.
  42.  
  43. The file "menu1.txt" is the menu, in text format. The file "menu1.ansi" is the
  44. menu for ANSI codes if the user selected ANSI on mode.
  45.  
  46. All files are text only files. You should use something like "jolliwrite"
  47. (a D/A) to edit these files.
  48.  
  49. If you name your menu module "joe", then the files in the "menus" folder named
  50. "joe.info" and "joe.txt" will be used for that menu.
  51.  
  52. A menu module can call another menu module, but DON'T call YOUR MENU MODULE
  53. or suffer a endless loop and weird effects !
  54.  
  55. -END-
  56.