じ☆ve冰风 发表于 2026-7-23 13:31:49

KZM - Choice Tracker

KZM - Choice Tracker V1.2
KenzoMe92​

Introduction
This plugin records choices made by the player and displays them in an interactive flowchart. It also marks events on the map that are influenced by those choices.

Features

[*]Track player choices with optional parent-child branching.
[*]Supports irreversible and resettable choices.
[*]Visual flowchart with:

[*]Customizable line colors for branch types.
[*]Optional legend with configurable position and toggle.
[*]Background dimming and bordered layout for readability.

[*]Map markers for flagged events:

[*]Customizable sprite sheet for marked events.


Screenshots
Spoiler
https://kenzomeres.altervista.org/Screenshot_2025-03-24_224623.png





How to Use
Plug and Play, use the Plugin Commands / Script Calls inside events
Some features are also customizable with Plugin Parameters within Plugin Manager:

[*]Line Colors: Configure individual colors for positive, negative, and side branches.
[*]Map Marker Image: Sprite sheet to use when a marker is active on the map.

Plugin Commands / Script Calls

[*]Plugin Commands:

[*]ShowFlowchart - Opens the Flowchart with visual choices.
[*]AddChoice - Adds a choice to Flowchart.
[*]ResetChoice - Resets a choice.
[*]SetMapMarker - Sets an image on the event affected by the choice.

[*]Script Calls:

[*]$gameSystem.choiceTracker.addChoice(id, text, irreversible, parentId, branchType) → Registers a choice programmatically.
[*]$gameSystem.choiceTracker.resetChoice(id) → Removes a non-irreversible choice.
[*]$gameSystem.choiceTracker.setMapMarker(eventId, true|false) → Activates or deactivates a map event marker.


Download
Pastebin

Terms and Credits
Free to use in any RPG Maker MZ project including commercial. Please credit "KenzoMe92".


本贴来自国际rpgmaker官方论坛作者:KenzoMe92处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/kzm-choice-tracker.176534/
页: [1]
查看完整版本: KZM - Choice Tracker