Open Choice Screen
Open Choice Screen
Opens the choice screen for the player, allowing for them to select a specific choice.
Type ID: ccpacks:open_choice_screen
Fields
| Field | Type | Default | Description |
|---|---|---|---|
choice_layer |
Identifier | ID of the choice layer that the action will open. |
Example
"entity_action": {
"type": "ccpacks:open_choice_screen",
"choice_layer": "example_pack:choice"
}
This example will open the example_pack:choice (data/example_pack/choice_layers/choice.json) choice layer for the player.