View Single Post
  #10  
Old 01-16-2010, 03:58 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

Code:
sub EVENT_SAY {
   if ($text=~/hail/i) {
 	  quest::say("Here. is your flag for The Ascent");
 	   	  quest::setglobal("MM",1,5,"f"); }
   }
this is my new one and i made sure the mobs are qglobal set to 1 and still nothing
Reply With Quote