====== Loop ====== This action allows you to loop over a part of the script. This action will jump to a specified line or label of the script a certain number of times. ===== Standard parameters ===== ==== Input parameters ==== == Line == The line or the label to jump to. == Amount of times == The amount of jumps. If a value of 1 is entered the action will only jump once to the line or label specified in the Line parameter. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]]