inspect_game_state
Evaluate game variables and switches in a running RPG Maker MZ project by executing JavaScript code through Puppeteer remote debugging.
Instructions
Inspect game variables and switches via Puppeteer. Requires game running with --remote-debugging-port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Remote debugging port | |
| script | Yes | JavaScript code to evaluate (e.g. '$gameVariables.value(1)') |