update_starting_position
Change where players start in RPG Maker MZ by specifying map ID and x/y tile coordinates. Use dry-run to preview modifications before saving.
Instructions
Update the game starting position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Starting x tile | |
| y | Yes | Starting y tile | |
| mapId | Yes | Starting map ID | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. |