View Single Post
  #1  
Old 01-14-2010, 04:00 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default any idea's why this wont work

{if ($text =~/Buffs/i){ if(plugin::check_hasitem(2377)) { quest::say ("Good, stand where you are while I cast");
quest::selfcast(5297);
quest::selfcast(527;
quest::selfcast(5522);
quest::selfcast(5507);
quest::selfcast(5415);
quest::selfcast(5365);
quest::selfcast(539;
quest::selfcast(2886); } }



it works if i take the hasitem put out but not with it even if i have the item
Reply With Quote