Execute_AddRabbitHoleRelationship
Description
Adds the specified relationship stat value to characters who are in the same rabbit hole as BaseObject. Only applies to characters that are already known (not a first meeting). Targets are selected from the current rabbit hole participant list on the located site, shuffled randomly, and applied up to F1 count.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character currently in a rabbit hole (Self or Target) |
| S1 | Relationship stat ID to modify (defined in RelationshipStat.json) |
| F1 | Maximum number of targets to apply (integer) |
| F2 | Value to add for the specified stat |
Examples
| Description | BaseObject | Command | S1 | F1 | F2 |
|---|---|---|---|---|---|
| Add +5 friendship to up to 3 already-met participants in rabbit hole | Self | AddRabbitHoleRelationship | Friendship | 3 | 5 |
| Add +10 romance to up to 2 already-met participants in rabbit hole | Self | AddRabbitHoleRelationship | Romance | 2 | 10 |
Back to Command FinderSearch and filter all 399 Script Execution documents