| Roxen/6.2.236-git | ||
Roxen Interactive RXML Help
<random></random>
Randomly chooses a message from its contents, or returns an integer within a given range.
Attributes
- range
- range=integer
The random range, from 0 up to but not including the range integer.
<random range='10'/>3
- separator
- separator=string
The separator used to separate the messages, by default newline.
<random separator='#'>Foo#Bar#Baz</random>Bar
- seed
- seed=string
Enables you to use a seed that determines which message to choose.
Tip of the day: <set variable='var.day'><date type='iso' date=''/></set> <random seed='var.day'><insert file='tips.txt'/></random>