Installation instructions

This commit is contained in:
mysticbbs 2012-08-04 19:16:29 -04:00
parent b1467e09d3
commit 847c97e433
1 changed files with 14 additions and 3 deletions

View File

@ -2,6 +2,16 @@
// | TO-PRMPT.MPS : UPDATE 2 |=============================================== // | TO-PRMPT.MPS : UPDATE 2 |===============================================
// `-------------------------' // `-------------------------'
// //
// This mod is a lightbar prompt replacement for standard message reading,
// standard file listing, standard e-mail reader, and the pause y/n/c
// prompt.
//
// See installation section for more details.
//
// -------------------------------------------------------------------------
// BACKGROUND
// -------------------------------------------------------------------------
//
// This mod is was originally written for use with Mystic BBS v1.07.3 by // This mod is was originally written for use with Mystic BBS v1.07.3 by
// Testoverride, based on some demo MPL code written by g00r00. // Testoverride, based on some demo MPL code written by g00r00.
// //
@ -26,14 +36,15 @@
// Replace the following prompts with the following data if you want to // Replace the following prompts with the following data if you want to
// replace them with TO-PRMPT lightbar prompt functionality (exclude quotes): // replace them with TO-PRMPT lightbar prompt functionality (exclude quotes):
// //
// Message reading prompt : Set Prompt #116 to "!to-prmpt MESSAGE" // Message reading prompts: Set Prompt #116 to "!to-prmpt MESSAGE"
// Set Prompt #213 to "!to-prmpt MESSAGE"
// E-mail reading prompt : Set Prompt #115 to "!to-prmpt EMAIL" // E-mail reading prompt : Set Prompt #115 to "!to-prmpt EMAIL"
// File Listing prompt : Set Prompt #044 to "!to-prmpt FILE" // File Listing prompt : Set Prompt #044 to "!to-prmpt FILE"
// Pause prompt : Set Prompt #132 to "!to-prmpt PAUSE" // Pause prompt : Set Prompt #132 to "!to-prmpt PAUSE"
// //
// When you have changed the prompts, you must compile them again with // When you have changed the prompts, you must compile them again with
// MAKETHEME, or if you changed them inside the internal prompt editor, the // MAKETHEME, or if you changed them inside the internal prompt editor, the
// theme prompts file will already be compiled for you. // theme prompts file will usually be compiled for you.
// //
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
// New updates for 1.10: // New updates for 1.10: