set_party
Define the starting party for an RPG Maker MZ game by providing ordered actor IDs. Validates that all IDs reference existing actors, with an optional dry-run to preview changes.
Instructions
Set the starting party (the actor ids the game begins with, in order). Every id must reference an existing actor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| partyMembers | Yes | Ordered actor ids for the starting party |