View Single Post
  #313  
Old 05-17-2013, 02:53 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,688
Default

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.