home *** CD-ROM | disk | FTP | other *** search
- ;Programmed By: The Sleepy [ISN'92] -\- In PowerBoard Control Language
- ;International Scientists Network HQ Insomnia BBS 914-242-5123
- ;PowerBoard 1.17αlpha Site -\- Running Prodoor, Prologon, PowerBoard, ßeta Renegade
-
- *prompt
- deftimes(1)
- YesNoAsk(&9&Would You Like To Add A One-Liner? &5&[&13&YES&5&] &10&» &15&*)
- if (%RESP%)=(No) then loadsub(control\auto.ctl)
- if (%RESP%)=(Yes) then goto yes
- *yes
- say(&15&You Will Have One Line For Your One-Liner Do _Not_ Use Color Codes)
- Menuask(&10&» &15&*)
- appendto(display\1liner.ans,φ %RESP%) ;Write Response to File
- goto next
- *next
- display(display\1liner)
- deftimes(1)
- YesNoAsk(&9&Would you like to add another? &5&[&13&YES&5&] &10&» &15&*)
- if (%RESP%)=(No) then loadsub(control\auto.ctl)
- if (%resp%)=(Yes) then goto anuta
- *anuta
- Menuask(&10&» &15&*)
- appendto(display\1liner.ans,φ %RESP%)
- say(&15&Thanx For Your Opinion!)
- enter
- loadsub(control\main.mnu) ;Load up your Main Menu
-
-