아래 매크로가 30초 역 카운트 무한반복 하는 매크로라고 답변주신분이 계신데요

/run if TF then TF:SetScript("OnUpdate",nil)TF=nil;Stopwatch_FinishCountdown()StopwatchFrame:Hide()else TF=CreateFrame"FRAME"TF:SetScript("OnUpdate",function()if not Stopwatch_IsPlaying() then Stopwatch_StartCountdown(0,0,30)Stopwatch_Play()end;end)end

혹시 처음은 30초 다음은 33초 다음은 36초 이런식으로 3초씩 늘려서 할수도 있는지 알려주세요.