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 Nose For Treasure - DarkPlasma_NoseForTreasure.js
Plugin desc : Get the number of specific events on the map
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_NoseForTreasure.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_NoseForTreasure.js
File name : DarkPlasma_NoseForTreasure.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Get the number of specific events on the map
@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.1
Enter a tag indicating the event type in the event memo field
and then run the plugin command.
The specified variable will receive the number of events of that type.
@command noseForTreasure
@text Get the number of specific events in the map
@arg tag
@desc Specify the tag that represents the type of event you want to search for.
@type string
@arg variableId
@text variable
@desc Specify the variable that receives the number of events of the type you searched for.
@type variable
@arg selfSwitches
@text Self-switch
@desc Narrow the events you are looking for by a specific self-switch state.
@type struct<SelfSwitch>[]
@default ["{¥"name¥":¥"A¥",¥"state¥":¥"false¥"}"]
@arg balloon
@text speech bubble
@desc The balloon to display for the searched event type
@type select
@default 0
@option none
@value 0
@option Surprise
@value 1
@option Hatena
@value 2
@option note
@value 3
@option heart
@value 4
@option anger
@value 5
@option sweat
@value 6
@option crumpled
@value 7
@option silence
@value 8
@option light bulb
@value 9
@option Zzz
@value 10
@option User-defined 1
@value 11
@option User-defined 2
@value 12
@option User-defined 3
@value 13
@option User-defined 4
@value 14
@option User-defined 5
@value 15