Element randomizer

Picks one child element at a time and executes it. You can either have it set to wild for truly random output, or smart, to avoid repetitions of previously used elements.

When to use?

Whenever you need random output, this element comes in handy. Some example usages might be randomized greetings/farewells, or perhaps random number guessing games.

How to use:

  1. For Element Storage Mode, pick wild if you do not care about repetition; this will execute elements wholly randomly. Otherwise, pick smart.
    • If you picked smart for Element Storage Mode, you will need to enter any string of your choice for the Namespace property. This is the key under which previously executed elements will be stored to avoid repetition. You can share this key between multiple element randomizers too.
    • In addition, you will need to select the Scope Type from the drop-down, which dictates how long smart mode elements will be stored.
      • Scope type installation stores the data for as long the skill is installed on any given device. This option preserves data the longest.
      • Scope type session stores the data for the duration of a session.