Condition_IsInCareerSite
Description
Checks whether the BaseObject character is currently inside their Career's site area. S1 specifies the EB1CareerType to check (defaults to Business if omitted).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Equal (is in career site) or NotEqual (is not in career site). |
| S1 | EB1CareerType to check (defaults to Business if omitted). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self is inside their Business career site | Self | IsInCareerSite | Equal | Business |
| Check if Self is outside their career site | Self | IsInCareerSite | NotEqual | Business |
Back to Command FinderSearch and filter all 491 Script Condition documents