Condition_IsRemoteWorking
Description
Checks whether the character's active work mode is Remote for the specified career type.
Returns true if the member's current ActiveWorkMode equals EB1WorkMode::Remote.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose work mode will be checked. |
| CompareType | Equal (is remote working) or NotEqual (is not remote working). |
| S1 | EB1CareerType to check (defaults to Business if omitted). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if Self is currently remote working | Self | IsRemoteWorking | Equal | Business |
| Check if Self is not remote working | Self | IsRemoteWorking | NotEqual | Business |