ClearScheduleCall Script 1.0 OC bool object obj Object for which to cancel scheduled function calls. nil for scheduled calls without object context. string function Name of the scheduled function. Cancels function calls which has been scheduled by ScheduleCall. All scheduled calls to the specified function will be cancelled. ClearScheduleCall(FindObject(Find_ID(Clonk)), "Redefine"); Cancels all scheduled calls to the function "Redefine" for the first clonk. Schedule ScheduleCall PeterW2005-08