Condition_IsWorking
Description
Checks whether the character is currently in working time for the specified career type.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character to check |
| CompareType | None, Equal, NotEqual |
| S1 | EB1CareerType to check (default: Business) |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self is currently working | Self | IsWorking | Equal | Business |
| Check if Self is not working | Self | IsWorking | NotEqual | |
| Check if Target is currently working | Target | IsWorking | Equal |