A quick and simple example:
PHP Code:
//#CLIENTSIDE
function onCreated()
{
this.texts = {
"This is a text!",
"Guess what this is? :D"
};
say2(this.texts[int(random(0, this.texts.size() + 1))]);
}
Hopefully you'll be able to take it from there on your own.
