Add "Loop" action

This commit is contained in:
WarmUpTill
2026-07-11 22:46:28 +02:00
committed by WarmUpTill
parent 0caf8628b7
commit 616664e6f3
4 changed files with 268 additions and 0 deletions

View File

@@ -1122,6 +1122,12 @@ AdvSceneSwitcher.action.macro.type.nestedMacro="Nested macro"
AdvSceneSwitcher.action.macro.actionSelectionType.index="at index"
AdvSceneSwitcher.action.macro.actionSelectionType.label="with label"
AdvSceneSwitcher.action.macro.actionSelectionType.id="of action type"
AdvSceneSwitcher.action.loop="Loop"
AdvSceneSwitcher.action.loop.maxIterations="Max iterations"
AdvSceneSwitcher.action.loop.conditionHelp="Define the loop condition. The actions below will be repeated while these conditions are met.\n\nClick the plus button below to add a new condition."
AdvSceneSwitcher.action.loop.actionHelp="Define the actions to perform each iteration.\n\nClick the plus button below to add a new action."
AdvSceneSwitcher.tempVar.loop.count="Iteration count"
AdvSceneSwitcher.tempVar.loop.count.description="The total number of iterations completed."
AdvSceneSwitcher.action.macro.type.nestedMacro.conditionHelp="This section allows you to define macro conditions.\n\nClick the plus button below to add a new condition."
AdvSceneSwitcher.action.macro.type.nestedMacro.actionHelp="This section allows you to define macro actions.\nThe actions in this section will be performed when the conditions are met.\n\nClick the plus button below to add a new action."
AdvSceneSwitcher.action.macro.type.nestedMacro.elseActionHelp="This section allows you to define macro actions.\nThe actions in this section will be performed when the conditions are *not* met.\n\nClick the plus button below to add a new action."