From ae6cd0488d85f08bb7030f21afab6671ba86a820 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 11 May 2022 19:42:51 +0200 Subject: [PATCH] Created Random action (markdown) --- Random-action.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Random-action.md diff --git a/Random-action.md b/Random-action.md new file mode 100644 index 0000000..a036ae2 --- /dev/null +++ b/Random-action.md @@ -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. \ No newline at end of file