create-region
Create one or more regions on an existing Foundry VTT scene, specifying shapes and optional behaviors, colors, and visibility. Returns the created region IDs.
Instructions
Create one or more Regions on an EXISTING scene (the general primitive behind create-teleporter). Each region carries its v14 shapes whole (rectangle/ellipse/polygon in canvas px) plus optional color/visibility/behaviors. Behaviors pass through verbatim: a teleportToken here must already have system.destinations = ["Scene..Region."] (use create-teleporter for the two-new-region convenience, or add-region-behavior to wire one onto an EXISTING region). Returns the created region ids. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regions | Yes | One or more regions to create. | |
| sceneIdentifier | Yes | Scene id or exact name to add the region(s) to. |