Condition_IsWorkingDayOfWeek
Description
Checks whether the current (or predicted) day of the week is a scheduled working day for the character.
Parameters
| Parameter | Description |
|---|
| BaseObject | Character whose working day schedule is checked |
| CompareType | Equal: is a working day, NotEqual: is not a working day |
| S1 | EB1CareerType to check (default: Business) |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if today is a working day for Self | Self | IsWorkingDayOfWeek | Equal | |
| Check if today is not a working day for Self | Self | IsWorkingDayOfWeek | NotEqual | |
| Check if today is a working day for Target (School) | Target | IsWorkingDayOfWeek | Equal | School |