Event Triggers
π§ Overview
Most menu items in the plugin have triggers. Triggers act as instructions that tell the plugin what to do when someone clicks an item. Some triggers also work as conditions, determining whether an item should be visible or not.
Itβs generally safe to change non-conditional triggers, but be careful when modifying conditional triggers. Doing it incorrectly might break menus β for example, an item that unlocks or selects something may not appear.
π How to Set
Open the menu file you want to edit.
Find the item in the file and look for the
triggersetting.If the trigger is missing, you can add it.
Use this format to assign a trigger:
trigger: [TRIGGER ID]Replace
[TRIGGER ID]with the actual trigger ID you want to assign to that item.
π‘ Examples
πΉ Go Back Button
πΉ Reroll Available Choice
π Trigger List
OPEN_[MENU ID]
Free to use
Opens a menu.
IGNORE_BUILD
Free to use
Ignores the item.
IGNORE_EVENT
Free to use
Ignores the click event.
CLOSE_MENU
Free to use
Closes a menu.
GO_BACK
Free to use
Opens a previous menu.
PREVIOUS_PAGE
Conditional
Goes to the next page.
NEXT_PAGE
Conditional
Goes to the previous page.
FILTER_ALL
Conditional
Sets the filter to ALL.
FILTER_OWNED
Conditional
Sets the filter to OWNED.
FILTER_UNOWNED
Conditional
Sets the filter to UNOWNED.
Last updated