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
| Parameter | Description |
|---|---|
| BaseObject | The target of the record (Self or Target); the opposite party stores the record |
| S1 | Record ID (FName) to store in the relationship record data |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Record that Target proposed to Self (stored on Self) | Target | RelationshipTalkRecord | Propose_Success_Target |
| Record confession event for Self toward Target (on Target) | Self | RelationshipTalkRecord | Confession_Success |
| Record breakup event (stored on Self toward Target) | Target | RelationshipTalkRecord | Breakup_Talk |
| Record marriage event (stored on Target toward Self) | Self | RelationshipTalkRecord | Marriage_Event |
Back to Command FinderSearch and filter all 399 Script Execution documents