From 61c499df6bb15df38478d0f8bd31e1c8a421a035 Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 7 May 2019 20:10:51 +0200 Subject: [PATCH] Updated Rules (markdown) --- Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.md b/Rules.md index 8a27aff6..f16091a3 100644 --- a/Rules.md +++ b/Rules.md @@ -31,7 +31,7 @@ Every rule needs to follow this syntax: Alternatively you can end the rule with `break`.
**`break`** will stop the execution for all the triggers that follow this rule inside the rule set. If a trigger that ends with `break` occurs, the following triggers of that rule set will not be executed. This allows the rules to somewhat simulate an "IF THEN ELSE" statement. -Rule sets are defined by using the [`Rule`](Commands#rule) command. After defining one you have to activate the rule set (turn it on) using `Rule 1`. Similarly you can deactivate the rule set using `Rule 0`. +Rule sets are defined by using the [`Rule`](Commands#rule) command. After defining one you have to enable the rule set (turn it on) using `Rule 1`. Similarly you can disable the rule set using `Rule 0`. > See [Commands](Commands#Rules) for a complete list of rules related commands.