mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Updated FAQ (markdown)
parent
ecf6c155ce
commit
41ffababde
14
FAQ.md
14
FAQ.md
|
|
@ -43,6 +43,20 @@
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>In which order are macros executed?</summary>
|
||||
|
||||
***
|
||||
The macros are executed from the top to the bottom of the macro list.
|
||||
So assuming you have the following macros set up and all their conditions are met ...
|
||||
|
||||

|
||||
|
||||
... first the actions of `Macro 1` would be executed, followed by `Macro 2`, and finally `Macro 3`.
|
||||
***
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>In which order are macro conditions evaluated?</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user