other : random
DESCRIPTION
<random> will randomly execute one of its submodules.
PARAMETERS
none
EXAMPLES
...
<txt>
The aliens on Mars are
<random>
<content string="red" />
<content string="green" />
<content string="blue" />
</random>
.
</txt>
...
<txt>
The aliens on Mars are
<random>
<content string="red" />
<content string="green" />
<content string="blue" />
</random>
.
</txt>
...