Execute_ReleaseRelationshipFocus
Description
Releases the relationship stat focus between Self and Target for the specified stat. Before releasing focus, the stat value is equalized between both parties. After releasing focus, the given F1 value is added to the stat.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Always Self for this action |
| S1 | Relationship stat ID to equalize and release focus for |
| F1 | Value to add to the relationship stat after focus is released |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|---|---|---|---|
| Release Romance focus and add 10 points between Self and Target | Self | ReleaseRelationshipFocus | Romance | 10 |
| Release Friendship focus and add 5 points | Self | ReleaseRelationshipFocus | Friendship | 5 |
| Release Romance focus and subtract 20 points | Self | ReleaseRelationshipFocus | Romance | -20 |
| Release Business focus and add 0 points (equalize only) | Self | ReleaseRelationshipFocus | Business | 0 |
Back to Command FinderSearch and filter all 399 Script Execution documents