local function OnTimerDone(inst, data) if data.name == "sleeping_relocate" then inst:Relocate() elseif data.name == "divetask" then inst.readytodive = true elseif data.name == "disengage" then if inst.components.combat.target == nil then SetEngaged(inst, false) end endend