Added barred doors, set up more city denizen spawners, cleaned up Baleas Town Guards, Faerunized the "Holy Paladins". Added character deleter NPC in the OOC Starting Area.
		
			
				
	
	
		
			6 lines
		
	
	
		
			95 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			95 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//Closes door if it is open
 | 
						|
void main()
 | 
						|
{
 | 
						|
  DelayCommand(25.0,ActionCloseDoor(OBJECT_SELF));
 | 
						|
}
 |