//::///////////////////////////////////////////////
//:: FileName sc_test_lore_eas
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/10/2003 11:44:37 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{

	// Perform skill checks
	if(!(AutoDC(DC_EASY, SKILL_LORE, GetPCSpeaker())))
		return FALSE;

	return TRUE;
}