home *** CD-ROM | disk | FTP | other *** search
- {
- | Page Sysop
- | Alex Howarth (13 September 1996)
-
- REPORT "Page Sysop"
- STD LOCATE 0,DLINES-1
- NL
- BATTR 3,0
- }Why would you like to chat to the sysop?{
- BATTR 3,1
- INPUTc reason,32
- IF reason<>"" THEN
- | only start paging if they gave a reason
- SYSOPCHAT result%,reason,20
- | 20 second timeout
- | SYSOPCHAT returns 'result%' which we must interpret
- IF result% = 2 THEN
- STD BFG 2 NL
- }Sorry the sysop is away,. leave a message?{STD
- | could call the 'MailSysop' script here if you like
- ENDIF
- IF result% = 3 THEN
- STD BFG 2 NL
- }Sorry, the sysop is busy right now.{STD
- ENDIF
- NL
- GOSUB anykey
- ENDIF
- }
-