View Single Post
  #2  
Old 08-27-2015, 08:31 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Try this:
Code:
if($class=~/Druid|Magician|Wizard|Necromancer|Shaman|Cleric|Enchanter/i) {
    plugin::Whisper("Begone! I will not help a $class!");
    return;
}
Reply With Quote