home *** CD-ROM | disk | FTP | other *** search
- Seek(tagged.%NODE%)
- IfTrue(say(&10&%beep%%beep%You have files tagged for download!))
- say(&CR&&11&You have requested an auto-logoff. This call will be terminated in 30 seconds.)
- say(&14&Hit (CTRL-K) to abort or (H) to hang up now.*)
- SetEqual(n=0)
-
- *begin
- do
- jump(rkeytst)
- secpause(1)
- localkey(1)
- ifnottrue(goto (psa))
- If (%ARESP%)=(H) Then Goto (off)
- if (%ARESP%)=(h) then goto (off)
- If (%ARESP%)=() Then Goto (ex)
- *psa
- jump(rkeytst)
- inc(n)
- say(.*)
- If (&n)=(30) Then Goto (off)
- loop
-
- *off
- log(<<,Downloaded file, Auto-logoff)
- Display(Display\goodbye)
- quitbbs
-
- *ex
- selfarea(/:lastdown/)
- say()
- return
-
- *rkeytst
- ifkey(H)
- iftrue(goto (off))
- ifkey()
- iftrue(goto (ex))
- ret
-