// Video Embeds: https://github.com/requarks/wiki/discussions/4580
Random actions allow you to have a set of sub-actions selected at random and triggered a specific number of times.
The amount of actions triggered can be more than the amount of sub-actions added. For example, if there are only 2 sub-actions added, but the amount is set to 5, it will randomly trigger one of those actions 5 times. You may use Special Identifiers in the Amount text box to further control how many actions are triggered.
The "No Duplicates" option ensures that each action can only be triggered once, if picked by randomization. If the amount of actions requested to be triggered is more than the amount of sub-actions added when the No Duplicates option is enabled, then it will stop when all action have been triggered at least once. For example, if there are only 2 sub-actions added, but the amount is set to 5, it will randomly trigger one of the actions first, then trigger the second remaining action, and then it end.
The "Persist No Duplicates" option will further keep track of what actions have been triggered within the Random Action and ensure each action can only be triggered once until all have been triggered. The tracking will then reset after that occurs, allowing for all actions to be triggered only once again.