Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Last active November 19, 2016 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/e7abe4a8f55d6bb84e7a7cfc3f687b0d to your computer and use it in GitHub Desktop.
Save KinoAR/e7abe4a8f55d6bb84e7a7cfc3f687b0d to your computer and use it in GitHub Desktop.
//=============================================================================
// How To Use
//=============================================================================
*
* This plugin uses both the ASK system and Rem System; we use comments
* to make them work together and make your life easier.
*
* First, create a new comment in RPGMaker MV.
* Within the comment type <lbite> </lbite>
* Inside that comment you type the text files you want to attach line by line.
*
* Example:
* <lbite>
* IndexNumber FolderName TextFileName
* 1 Dictionary Kino
* </lbite>
*
* IndexNumber refers to the index of each phrase in the ASK system.
* FolderName refers to the folder inside of the Rem folder.
* TextFileName refers to the name of the text file inside of the folder.
* Note: TextFileName should have no spaces in the name.
*
* So, the second line refers to the first ASK phrase/word, the 'dictionary'
* folder, and the 'Kino' text file.
*
* Finally to have the window pop up in game, right click on the word in
* the message window.
*
* To close the window, right click on it at any time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment