home *** CD-ROM | disk | FTP | other *** search
- ;BBS Ad written by Brian LeMire
- ;SysOp of: The Round Table BBS
- ;North Adams, MA 01247
- ;BBS number (413)663-8343
-
- display(display\bbsad)
- deftimes(1)
- default(N)
- Say(&9&Do you want to change the BBS Ad or leave it alone&10&? &12&[&14&Nah&12&]&14&*)
- Back(4)
- YesNoAsk(*)
- if (%resp%)=(No) then loadmem(control\main.mnu)
- kill(display\bbsad.asc)
- say(&13&Enter new BBS Ad, end with a blank line. Words will wrap.)
- appendto(display\bbsad.asc,PBANSI)
- appendto(display\bbsad.asc,$5$&13&▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄)
- appendto(display\bbsad.asc,$5$&0&BBS Ad:═════&9&By: &11&%NAME%&15&)
- appendto(display\bbsad.asc,$5$&13&▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀&0&$0$)
- resetwrap
- DO
- wrapask %LEN75%(&5&»&15&*&0&)
- if (%RESP%)=() then goto (Done)
- appendto(display\bbsad.asc,&12&%RESP%&0&)
- LOOP
- resetwrap
- *Done
- appendto(display\bbsad.asc,)
- say(&15&Here's the NEW BBS Ad, if the BBS isn't long distance, make sure you call!!!)
- display(display\bbsad)
- Enter
- loadMem(control\main.mnu)
-
-