Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dark Plasma Allocate Unique Special Flag Id - DarkPlasma_AllocateUniqueSpecialFlagId.js
Plugin desc : Reserve unique special flag feature IDs
License : MIT License
Author : DarkPlasma
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_AllocateUniqueSpecialFlagId.js
File name : DarkPlasma_AllocateUniqueSpecialFlagId.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Reserve unique special flag feature IDs @author DarkPlasma @license MIT @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 1.1.0 This plugin is deprecated. Please consider using DarkPlasma_AllocateUniqueTraitDataId. Allocates and makes available the ID of a special flag trait. This plugin does not function on its own. Please use it together with other plugins that require it. The following information is for plugin developers. Submit a request to the uniqueSpecialFlagIdCache object. uniqueSpecialFlagIdCache.allocate : (pluginName: string, localId: number, name: string) => UniqueSpecialFlagId Allocates a unique special flag ID for the plugin. UniqueSpecialFlagId.prototype.id: number Allocates the special flag ID. UniqueSpecialFlagId.prototype.name: string Name of the allocated special flag ID. This plugin requires the following plugins. DarkPlasma_AllocateUniqueTraitDataId version:1.1.0 If using with the following plugins, add this below. DarkPlasma_AllocateUniqueTraitDataId @param startIdOfUniqueSpecialFlagId @text Unique special flag ID start point @desc The starting ID for allocating your own special flag ID. If you don't know, leave it as is. @type number @default 11