Condition_MainPerspective
Description
Checks whether the main perspective ID of the specified character matches the given value (S1).
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose main perspective will be checked. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | The perspective ID to compare against. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if the main perspective is Freedom | Self | MainPerspective | Equal | Freedom |
| Check if the main perspective is not Authority | Self | MainPerspective | NotEqual | Authority |