extension links Typewriter to Mmoitems by adding new node entries.
Connect TypeWriter to MMOItems with events, objectives and variables for crafting, gems and item usage.
This extension links TypeWriter to MMOItems by adding new node entries for crafting events, gem application, item consumption, and more. You can use these entries to drive quests and logic based on how players create and use MMOItems.
mmoitems_item_craft_event β Triggered when a player crafts an MMOItem using a crafting station.mmoitems_gem_stone_apply_event β Triggered when a player applies a gem stone to an MMOItem.use_mmoitem_event β Triggered when a player uses/consumes specific MMOItems.open_crafting_table_event (via open_crafting_table_action) β Can be used to react when a player opens a crafting station.mmoitems_craft_objective β Tracks crafting of specific MMOItems.use_mmoitem_objective β Tracks the usage/consumption of specific MMOItems.mmoitems_gem_stone_apply_objective β Tracks applying gem stones to MMOItems.open_crafting_table_objective β Tracks how often players open crafting stations.open_crafting_table_action β Opens an MMOItems crafting station for the player.give_mmoitem_action β Gives MMOItems to a player (e.g. quest rewards, starting gear).mmoitems_count_fact β Counts the number of one or multiple MMOItems in hand or in inventory.mmoitem_variable (v0.8) β Variable to check MMOItems for a player.mmoitems_count_fact to validate that a player collected enough special items.mmoitem_variable to branch dialogues based on the item currently held by the player.π Click to open






