int StartingConditional()
{
int iResult;

iResult = FALSE;

if (GetLocalInt(GetPCSpeaker(),"NHQuest") > 5)
    iResult = TRUE;
return iResult;
}