Condition_IsPendingMoveSchedule
Description
Checks whether the BaseObject character is still moving toward the current schedule's destination and has not yet arrived.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose schedule movement status is checked (Self or Target) |
| CompareType | Supported compare types: Equal (not yet arrived), NotEqual (already arrived or no active schedule) |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks if Self is still moving toward schedule destination | Self | IsPendingMoveSchedule | Equal |
| Checks if Self has already arrived at schedule destination | Self | IsPendingMoveSchedule | NotEqual |
| Checks if Target is still en route to their schedule | Target | IsPendingMoveSchedule | Equal |