Quote:
Originally Posted by Colgate
[You must be logged in to view images. Log in or Register.]
what color is the pvp text gonna be
|
Code:
my @colors = (1..400);
sub EVENT_SAY {
if($text=~/color/i){
foreach $color (@colors) {
quest::ze($color,"testing $color");
}
}
}
I'm liking 290.