19 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//::///////////////////////////////////////////////
 | 
						|
//:: FileName sc_017
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
//:: Created By: Script Wizard
 | 
						|
//:: Created On: 8/13/2005 3:03:45 PM
 | 
						|
//:://////////////////////////////////////////////
 | 
						|
#include "nw_i0_tool"
 | 
						|
 | 
						|
int StartingConditional()
 | 
						|
{
 | 
						|
 | 
						|
	// Perform skill checks
 | 
						|
	if(!(AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker())))
 | 
						|
		return FALSE;
 | 
						|
 | 
						|
	return TRUE;
 | 
						|
}
 |