Condition_VisitPromWithPartner
Description
Compares how many different prom partners the BaseObject student has successfully visited prom with.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The student character to evaluate. |
| CompareType | Numeric comparison against F1. InRange uses F1 as min and F2 as max. |
| F1 | Partner visit count threshold, or range minimum. |
| F2 | Range maximum for InRange/OutRange. |
Examples
| Description | BaseObject | Command | CompareType | F1 | F2 |
|---|---|---|---|---|---|
| Check if Self visited prom with 2 partners | Self | VisitPromWithPartner | GreaterOrEqual | 2 | |
| Check if Target visited prom with 1-3 partners | Target | VisitPromWithPartner | InRange | 1 | 3 |
Back to Command FinderSearch and filter all 491 Script Condition documents