; MACRO FILE ; <--- the ';' is a comment marker. Anything typed AFTER the ';' on a ; line is considered comments and is ignored by the file reader. ; Anything BEFORE the ';' will be read in by the file reader, and the line ; shall be considered a VALID LINE. An INVALID Line is a line that starts ; IMMEDIATELY with a comment marker. ; ; The use of macros is actually quite simple. This file is used by the ; chat to define the function of each macro. To program a macro simply ; enter a line to be parsed by the chat. The First VALID line in this ; file will be parsed when ALT+1 is pushed. The Second VALID Line in this ; file will be parsed when ALT+2 is pushed and so forth. ; eg. ^F/Username^F when parsed will ; ; +-----------------+---------------------------+ ; | Character Combo | FUNCTION | ; +-----------------+---------------------------+ ; | ^F | Toggle Funny Mod | ; | ^H | Backspace | ; | ^I | Tab | ; | ^K | Colour Change | ; | ^L | Toggle Lock User Keyboard | ; | ^M | Enter | ; | ^Q | Clear User Window | ; | ^R | Redraw Screen | ; | ^S | Switch Windows | ; | ^W | Clear Window | ; | ^Y | Clear Line | ; | /username | Replaced by User's Name | ; | /sysopname | Replaced by Sysop's Name | ; | /doorname | Replaced by Door's Name | ; | /chatver | Replaced by Chat Version | ; +-----------------+---------------------------+ ; Hello, ^f/username^F... ^L^S^K12 I have just locked your key-board^K^K^S ^K15<^K13Holding^K15>^K^K