Condition_IsCompanyEmployeeByImpactPoint
Description
Checks whether the character is an employee of the company at the site located at the impact point (target location).
Unlike IsCompanyEmployee, this condition uses the script context's target location instead of the character's
current location to look up the site.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose employment status is checked (Self or Target). |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks if Self is an employee of the company at the target impact point | Self | IsCompanyEmployeeByImpactPoint | Equal |
| Checks if Target is NOT an employee at the impact point company | Target | IsCompanyEmployeeByImpactPoint | NotEqual |
| Checks if Self is an employee of the company at a clicked location | Self | IsCompanyEmployeeByImpactPoint | Equal |