With the scripting language you can create complex logic in text, like lists and dynamic variables.
 The syntax works like this "{command:paramter}".
 Let´s say you what different salutations everytime a text is displayed you can do:
 
 Or you want a random number, create it first in the editor and then:
 
 You can also use nested statements:
 
 
 Command reference:
 var - displays a variable you created in DUNILOG 
listRandom - displays a random entry of a list
listLoop - loops continuous thru a list
listStop - goes once thru a list and repeats the last entry
intRandom - displays a random int
floatRandom - displays a random float
 1.8.2