set_term
Update one vocabulary term in an RPG Maker MZ project. Specify category (basic, commands, params, messages), key or index, and new text; returns the updated terms.
Instructions
Set one vocabulary term. For category 'basic'/'commands'/'params' the key is a numeric index (as a string); for 'messages' it's a message key (e.g. 'actorDamage'). Returns the updated terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Index (for basic/commands/params) or message key (for messages) | |
| value | Yes | The new term text | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| category | Yes | Which term group to edit |