build_shop_processing
Generate Shop Processing event commands for RPG Maker MZ, specifying goods, custom prices, and optional purchase-only mode, ready for insertion.
Instructions
Build a Shop Processing (302 + one 605 row per extra good) event-command sequence for insertion via insert_event_commands. Each good sells an item/weapon/armor at its database price, or a specified price. purchaseOnly hides the sell tab. Read-only: returns { commands }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goods | Yes | The goods offered (at least one) | |
| indent | No | Indentation level (default 0) | |
| purchaseOnly | No | Hide the sell tab (default false) |