ghostrigger_open_creature
Opens a KotOR UTC creature blueprint by its resref for editing. Provide a creature resource reference and optional module directory to locate and display it.
Instructions
Tell GhostRigger to open a KotOR UTC creature blueprint.
Sends POST /api/open_utc. GhostRigger will locate the creature blueprint and display it for editing.
Args: resref: Creature resource reference (e.g. "n_bastila001") module_dir: Optional module directory path
Returns: JSON string: {"status": "ok", "action": "open_utc"}
KB: see knowledge_base/16_ANIMATION_DEEP_DIVE.md#overview Example: ghostrigger_open_creature(resref="Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resref | Yes | ||
| module_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |