update_starting_position
Sets the initial player position in RPG Maker MZ projects by map ID and tile coordinates; optional dry-run previews the update without writing.
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. |