2.88k likes | 3.02k Views
;******************************************************************************. ; FLAG.PPE version 2.1 released on 9/22/93 by David W. Terry. ;. ; FLAG.PPE is a replacement for PCBoard's internal "more?" prompt, gives.
E N D
;******************************************************************************;******************************************************************************
; FLAG.PPE version 2.1 released on 9/22/93 by David W. Terry
; FLAG.PPE is a replacement for PCBoard's internal "more?" prompt, gives
; PCBoard v15.0 the easiest-to-use system for flagging and viewing files of
; any BBS around. It gives callers the ability to point and shoot when
; NOTE: Please DO NOT DISTRIBUTE modified source code without prior permission
; or without meeting the requirements set forth in FLAG.DOC.
;******************************************************************************;******************************************************************************
STRING filename ' The name of the file that is being flagged
STRING savetext ' A saved copy - including color codes for restoration
STRING nprompt ' The new prompt to be displayed to the caller
STRING oprompt ' The original prompt that was used in PCBTEXT
;***********************************************************************;***********************************************************************
' Below is the prompt we are going to show the caller. There are basically
' 1) It uses @minleft@ instead of @timeleft@. The reason is that @minleft@
' shows the caller how many minutes are left AFTER deducting the time
' 2) It removes the (F)lag option, although it will still work (!), and
nprompt = "@X08(@X0F@MINLEFT@@X08 left), (@X0FV@X08)iew, (@X0FSPACE@X08)=Mark, More? "
oprompt = "(@TIMELEFT@ min left), (H)elp, (V)iew, (F)lag, More"
;***********************************************************************;***********************************************************************