Created Random action (markdown)

WarmUpTill
2022-05-11 19:42:51 +02:00
parent d49398d670
commit ae6cd0488d

8
Random-action.md Normal file

@@ -0,0 +1,8 @@
This action type will allow you to execute the actions of other macros in a random order.
It consists of a list of macros (1) to which you can add or remove from using the controls at (2).
![RandomAction](https://user-images.githubusercontent.com/19472752/167912790-0f66164d-92cc-4f52-9e96-e2177f4717e7.PNG)
Note that paused macros will not be considered when selecting a random macro to execute next.
For an example on how to use this action type see [this example](Switch-scenes-randomly#random-macro-action) on how to randomly switch scenes.