Execute_EndCurrentSchedule
Description
Force-ends the currently active schedule of the BaseObject character.
Passing "DeleteCompletely" in S1 will fully delete the schedule rather than just ending it.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose current active schedule will be ended (Self or Target) |
| S1 | Pass "DeleteCompletely" to fully delete the schedule; omit to only end it |
Examples
| Description | BaseObject | Command | S1 |
|---|
| End Self's current schedule without deleting it | Self | EndCurrentSchedule | |
| End and completely delete Self's current schedule | Self | EndCurrentSchedule | DeleteCompletely |
| End Target's current schedule without deleting it | Target | EndCurrentSchedule | |
| End and completely delete Target's current schedule | Target | EndCurrentSchedule | DeleteCompletely |