spawn_entity
Place a specified entity type at exact X/Y coordinates within the game world, enabling targeted spawns for modding or debugging.
Instructions
Spawn an entity at a specific position (limited implementation)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| type | Yes | Entity type to spawn |