Quote:
	
	
		
			
				
					Originally Posted by  NatedogEZ
					 
				 
				You don't want @drops outside of the sub event.. thats never a good idea   
zonesn\default.pl  -- Will only load on NPCs in that zone who DO NOT have a quest file!!
 
global\global_npc.pl -- Will load on all NPCs in any zone even if they have a quest!  
			
		 | 
	
	
 Moving the @drops into the subroutine fixed it!  Thanks Nate