diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index f76598b68eb..925ab15e1c0 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -92,7 +92,13 @@ The variables action allows you to set/override variables that will be accessibl ## Test a Condition -While executing a script you can add a condition to stop further execution. When a condition does not return `true`, the script will stop executing. There are many different conditions which are documented at the [conditions page]. +While executing a script you can add a condition in the main sequence to stop further execution. When a condition does not return `true`, the script will stop executing. There are many different conditions which are documented at the [conditions page]. + +