Skip to main content

Execute_RelationshipTalkRecord

Description

Adds a talk record entry to the relationship data of the owner character toward the target character. BaseObject specifies the target of the record; the owner (who stores the record) is the opposite party. For example, if BaseObject is Target, the record is stored on Self's relationship data toward Target.

Note

The record is stored on the owner's side. If BaseObject is Self, owner is Target; if BaseObject is Target, owner is Self.

Parameters

ParameterDescription
BaseObjectThe target of the record (Self or Target); the opposite party stores the record
S1Record ID (FName) to store in the relationship record data

Examples

DescriptionBaseObjectCommandS1
Record that Target proposed to Self (stored on Self)TargetRelationshipTalkRecordPropose_Success_Target
Record confession event for Self toward Target (on Target)SelfRelationshipTalkRecordConfession_Success
Record breakup event (stored on Self toward Target)TargetRelationshipTalkRecordBreakup_Talk
Record marriage event (stored on Target toward Self)SelfRelationshipTalkRecordMarriage_Event