home *** CD-ROM | disk | FTP | other *** search
File List | 1993-07-20 | 3.3 KB | 75 lines |
- RBBS-VERIFY MACRO LANGUAGE CODE REFERENCE
- ─────────────────────────────────────────
-
- The following is a listing of the "@" macro code language commands that the
- RBBS-Verify online door supports, these may be used when creating your own
- custom door instruction files, they may also be used in the optional LOGOFF
- and LOGOFFG display files. Using RBBS-Verify's macro language commands will
- allow you to change display colors, send a bell to the user, display board
- information and more. There may be multiple macro commands on a single line.
- Please note when using macro language codes, it may take a little
- experimenting to get the desired display output.
-
- MACRO COMMANDS MUST BE ENTERED IN UPPERCASE ONLY IN ORDER TO WORK CORRECTLY!
-
- GENERAL MACRO COMMANDS
- ----------------------
- @FIRST@ - First name of caller
- @FIRSTU@ - First name of caller in ALL uppercase
- @MINLEFT@ - Minutes remaining
- @TIMELEFT@ - Minutes remaining
- @USER@ - User's full name (first & last)
- @NODE@ - Node number
- @SYSDATE@ - Current system date
- @SYSTIME@ - Current system time
- @CLS@ - Clear the screen
- @BEEP@ - Beep the speaker
-
- DISPLAY COLOR MACRO COMMANDS
- ----------------------------
-
- Attribute Color Foreground? Background?
- --------- ----- ----------- -----------
- 0 Black Y Y
- 1 Blue Y Y
- 2 Green Y Y
- 3 Cyan Y Y
- 4 Red Y Y
- 5 Magenta Y Y
- 6 Yellow Y Y
- 7 White Y Y
- 8 Gray Y N
- 9 High Blue Y N
- A High Green Y N
- B High Cyan Y N
- C High Red Y N
- D High Magenta Y N
- E High Yellow Y N
- F High White Y N
-
- @X0F
- ||
- ||
- ||-> Foreground color (0-F)
- |---> Background color (0-7)
-
- The "High" prefix in the table above indicates high intensity (bright) color
- attributes.
-
- @X0EWelcome to RBBS-Verify, the superior callback verification door!
-
- The above line would display in high intensity yellow on a black background.
-
- @X4FWelcome to RBBS-Verify, the superior callback verification door!
-
- The above line would display in high intensity white on a red background.
-
- NOTE: Blinking colors are not supported.
-
- IMPORTANT NOTE
- --------------
- All macro commands are shown above EXACTLY as they should be entered, please
- be sure to enter the commands correctly. Upper and lowercase make a big
- difference - all letters MUST be entered in uppercase only!
-
-