Execute Action
Executes an entity action that is stored in a file.
Type ID: ra_additions:execute_action
Fields
| Field | Type | Default | Description |
|---|---|---|---|
entity_action |
String | optional | The Identifier of the tag or action file to be executed |
Example
{
"type": "ra_additions:execute_action",
"entity_action": "ra_additions:action_example_1"
}
This example will run the ra_additions:action_example_1 entity action.