cavalry_run_script
Execute JavaScript automation scripts in Cavalry using the api.* module to create procedural animations, build node networks, and perform batch updates.
Instructions
Executes a multiline JavaScript automation script inside Cavalry using the api.* module. Use this for complex procedural generation, node network creation, and batch updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript code using Cavalry API methods (e.g. `api.create()`, `api.set()`, `api.connect()`, `api.setKeyframe()`). |