Applying Quest Changes?
			 
			 
			
		
		
		
		Is there a way to apply changes to quests without having to reboot the server?  I just got a server started earlier this week and have had to reboot the server every time I try to troubleshoot a quest.   
 
Also a question about conditionals. What is wrong with this: 
 
if(($class = 1)||($class = 2)||($class = 3) 
{ 
   code to run if class is 1 OR class is 2 OR class is 3. 
} 
 
Thanks. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 |