Skip to main content

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

ParameterDescription
BaseObjectThe entity that holds and passes the rumor. Self transfers to Target, Target transfers to Self.
F1The index of the rumor to transfer (valid values: 0, 1, 2).

Examples

DescriptionBaseObjectCommand
Self transfers the rumor at index 0 to TargetSelfRumorTransferByIndex
Self transfers the rumor at index 1 to TargetSelfRumorTransferByIndex
Target transfers the rumor at index 0 to SelfTargetRumorTransferByIndex