Thread
:
Randomizing the say2 command?
View Single Post
#
3
07-19-2007, 09:52 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
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);
}
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld