| xXziroXx |
07-20-2007 04:24 AM |
Quote:
Originally Posted by Skyld
(Post 1332560)
PHP Code:
say2(randomstring(this.texts));
... would be faster for the new engine, but since we're talking the old engine here:
PHP Code:
if (created)
{
say2 #R(first string,second string,third string);
}
|
Oh right, the randomstring() command - kinda forgott about that one, I've yet to use it in a script.
And I didn't know you wanted it in GS1, buuuut since it's posted in "Old Scripting Engine" I should have payed slightly more attention ^^
You could also do:
PHP Code:
if (created) {
setstring this.stringlist,first string,second string,third string;
say2 #R(#s(this.stringlist));
}
Whatever appeals you the most. :)
|