Skip to main content

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

ParameterDescription
BaseObjectThe character whose current active schedule will be ended (Self or Target)
S1Pass "DeleteCompletely" to fully delete the schedule; omit to only end it

Examples

DescriptionBaseObjectCommandS1
End Self's current schedule without deleting itSelfEndCurrentSchedule
End and completely delete Self's current scheduleSelfEndCurrentScheduleDeleteCompletely
End Target's current schedule without deleting itTargetEndCurrentSchedule
End and completely delete Target's current scheduleTargetEndCurrentScheduleDeleteCompletely