home *** CD-ROM | disk | FTP | other *** search
- SetActivity(Bulletins Menu)
-
- *Disp
- if (/EXPERT)=(Y) then linefeed(1)
- If (/EXPERT)=(Y) Then Goto(prompt)
- *Sdisp
- Display(Display\blt,/:SEC/)
-
- *Prompt
- DefPause($7$&0&[Send more text?]$0$&3& (&11&S&3&)top, (&11&N&3&)onstop or (&11&C&3&)ontinue?&12&: &7&)
- DefPif(s:stop,n:nonstop,g:goodbye) ;define our pause prompt...
- Say(&14&│$7$&0&%CACT%$0$&14&│&7& You have &15&%LEFT% &7&minutes remaining, &15&%FNAME%.)
- MenuAsk%MIN1%(&3&Please enter a selection from the &11&menu&12&: &15&*)
- BigIf (q:loadmain,g:goodbye,x:expert,h:help,?:sdisp,n:new)
- Number(%RESP%) ;is it a number?!
- IfNotTrue ( Goto (bsel))
- Log(--,Bulletin %RESP% Read.)
- Display (Display\Bull%RESP%)
- goto (disp)
-
- *Loadmain
- LoadMem(control\main.mnu)
-
- *Expert
- loadsub(control\macros\expert.ctl)
- goto (disp)
-
- *help
- Log(--,Viewing Bulletins Menu Help)
- Display (Display\help\BULL,/:SEC/)
- Goto (disp)
-
- *new
- LoadSub(control\macros\newbull.ctl)
- enter
- goto (disp)
-
- *goodbye
- LoadSub(control\macros\bye.ctl)
- Goto (disp)
-
- *bsel
- LoadSub(control\macros\badsel.ctl)
- Goto (disp)
-