Condition_CanMoveToScheduleDestination
Description
Checks whether the BaseObject character can move to the current CustomSchedule destination.
The destination can be either an actionable RoomPurpose in the current site/career site or a GotoOtherSite.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose actionable schedule destination is checked |
| CompareType | Supported compare types: Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks if Self can move to a schedule destination | Self | CanMoveToScheduleDestination | Equal |
| Checks if Target cannot move to a schedule destination | Target | CanMoveToScheduleDestination | NotEqual |