View Single Post
  #2  
Old 07-19-2007, 09:51 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
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(0this.texts.size() + 1))]);

Hopefully you'll be able to take it from there on your own.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote