item_take_set_active
Set the active take on a specified item by providing item and take indexes, controlling which take plays back.
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 |