View Single Post
  #9  
Old 11-28-2010, 10:35 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Where should I put that to make it work? Like if I was putting it on the sow command would I make it look like
Code:
 					if      ((!strcasecmp(sep->arg[2], "regular")) && (zone->CanCastOutdoor())  && (c->GetLevel() >= 10) ) {
						g->members[i]->InterruptSpell();
						Sower->Say("Casting sow...");
						Sower->CastSpell(278, c->GetID(), 1, -1, -1);
					}
and then just add that in for every line?
Reply With Quote