Original Source
- Original title: Event Label Plugin
- Original author: Kupotepo
- Original date: September 25, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/event-label-plugin.127860/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Author: Triacontane from JP forums. Display a label at the top of the event. The label can be set from the note-tag or event name, and can also be specified from the plug-in command. The label appears at the top of the event. Specify the following in the notetag field.
Archived First Post
- Display a label at the top of the event.
- The label can be set from the note-tag or event name, and can also be specified from the plug-in command.
* <LB:name> // The label [name] will be displayed on top of the event.
* <LB> // the label will be displayed with the event name.
* <LB_No> // the label will not be displayed. (When "Show by Default" is enabled.)
* <LB_X:-4> // Shifts the label's position in the X direction.
* <LB_Y:-4> // Shifts the label's position in the Y direction.
Update:
* <LB_S:1> // The label is displayed when the switch [1] is ON.
* <LB_S:A> // The label is displayed when the self-switch [A] is ON.
This plugin is released under the MIT License.
Terms of Use:
Please credit: (C)2020 Triacontane
* The plugin can be modified and redistributed without the permission of the author, and usage patterns such as (commercial, 18 prohibited, etc.) There are no restrictions on this plugin.
* This plugin is already your to use.
You can support Triacontane here:
[Blog] : https://triacontane.blogspot.jp/
[Twitter]: https://twitter.com/triacontane/
As always please credit: Triacontane for PluginCommonBase.js.
You require to put the PluginCommonBase.jsover this plugin.
Here is the original.
This process cannot be operated without @caethyril's troubleshooting.
PluginManagerExis defined in Triacontane's PluginCommonBase plugin: try loading that one first. You can find PluginCommonBase.js in your RMMZ install folder (on the Steam version, standalone might be different?), under dlc/BasicResources/plugins/official.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
This plugin is released under the MIT License. Terms of Use: Please credit: (C)2020 Triacontane * The plugin can be modified and redistributed without the permission of the author, and usage patterns such as (commercial, 18 prohibited, etc.) There are no restrictions on this plugin.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...