Execute_RumorTransferByIndex
Description
Transfers the rumor held at a specific index by the BaseObject entity to the other entity (Self transfers to Target, Target transfers to Self).
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity that holds and passes the rumor. Self transfers to Target, Target transfers to Self. |
| F1 | The index of the rumor to transfer (valid values: 0, 1, 2). |
Examples
| Description | BaseObject | Command |
|---|
| Self transfers the rumor at index 0 to Target | Self | RumorTransferByIndex |
| Self transfers the rumor at index 1 to Target | Self | RumorTransferByIndex |
| Target transfers the rumor at index 0 to Self | Target | RumorTransferByIndex |