int StartingConditional() { int iResult; object oMob; iResult = FALSE; if (GetLocalInt(GetPCSpeaker(),"NHQuest") == 1) { oMob = GetObjectByTag(GetLocalString(OBJECT_SELF,"QuestCreatures")); if (!GetIsObjectValid(oMob)) iResult = TRUE; } return iResult; }