|Targets|{{RootFieldType|SyncList`1|[[Type:FieldDrive`1|FieldDrive`1]]<[[Type:Bool|Bool]]>}}|TypeAdv1=true| The list of slots of which one will be enabled.
|Targets|{{RootFieldType|SyncList`1|[[Type:FieldDrive`1|FieldDrive`1]]<[[Type:Bool|Bool]]>}}|TypeAdv1=true| The list of slots of which one will be enabled.
|ActiveIndex|Int| The index of the currently active slot.
|ActiveIndex|Int| The index of the currently active slot.
|ActivationMode|???|Allows for enabling items in <code>Target</code> based on <code>ActiveIndex</code> number. The options are "AtIndexOnly" which activates only item at <code>ActiveIndex</code>. There is "AfterIndex" which activates all items after <code>ActiveIndex</code>. "BeforeIndex" which activates all items that are before <code>ActiveIndex</code>. and "AllButIndex" which activates all items except the one at <code>ActiveIndex</code> which will be disabled.
|ActivationMode|[[#Mode|Mode]]|TypeAdv3=true| Allows for enabling items in <code>Target</code> based on <code>ActiveIndex</code> number.
}}
== Mode ==
{{Table EnumValues
|AtIndexOnly|0| Activates only item at <code>ActiveIndex</code>.
|AfterIndex|1| Activates all items after <code>ActiveIndex</code>
|BeforeIndex|2| Activates all items that are before <code>ActiveIndex</code>.
|AllButIndex|3| Activates all items except the one at <code>ActiveIndex</code> which will be disabled.