- Joined
- Dec 16, 2016
- Messages
- 1,049
- Reaction score
- 1,748
- First Language
- English
- Primarily Uses
- N/A
MPP_MessageSE - 2021/01/18 (ver. 1.1)
Creator name: Mokusei Penguin
Overview
Add the function to sound SE to [Show text]
Note: This plugin is for RPG Maker MV and MZ.
[Show text] control characters:
Change letter SE to n / 0 with no SE
Plugin command details
- In MV, the variable N is referred to by writing v [N] in the item for inputting a numerical value.
- In MZ, in the item to enter a numerical value, select the text and write v [N] to refer to the variable N.
Plugin command
index : Letter SE number
- Change the letter SE to n.
- The default value is 1.
- The control character \SE is temporary, but in the case of a plugin command, it is applied to all text display after execution.
If you set index to 0
Message won't use a sound effect
Credit and Thanks: Mokusei Penguin
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Github link:
https://raw.githubusercontent.com/ovate/RMMZ-shared/main/MPP_MessageSE.js
Source
http://woodpenguin.web.fc2.com/MV_Plugin/MessageSE.html
Creator name: Mokusei Penguin
Overview
Add the function to sound SE to [Show text]
Note: This plugin is for RPG Maker MV and MZ.
[Show text] control characters:
Code:
\SE[n]
Change letter SE to n / 0 with no SE
Plugin command details
- In MV, the variable N is referred to by writing v [N] in the item for inputting a numerical value.
- In MZ, in the item to enter a numerical value, select the text and write v [N] to refer to the variable N.
Plugin command
Code:
SetMesCharSe index
index : Letter SE number
- Change the letter SE to n.
- The default value is 1.
- The control character \SE is temporary, but in the case of a plugin command, it is applied to all text display after execution.
If you set index to 0
Code:
SetMesCharSe 0
Message won't use a sound effect
Credit and Thanks: Mokusei Penguin
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Github link:
https://raw.githubusercontent.com/ovate/RMMZ-shared/main/MPP_MessageSE.js
Source
http://woodpenguin.web.fc2.com/MV_Plugin/MessageSE.html
Attachments
Last edited: