set_party
Set the starting party for an RPG Maker MZ project by specifying ordered actor IDs. Ensures all IDs reference existing actors to avoid errors.
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 |