item_take_set_active
Sets the active take on a media item, selecting which recorded take plays back. Provide the item and take indices to control the audible version.
Instructions
Switch which take plays back on an item.
Args:
item_index: Global item index.
take_index: 0-based take index (from item_take_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| take_index | Yes |