int StartingConditional() { int iResult; iResult = FALSE; if (GetLocalInt(GetPCSpeaker(),"SpecialQuestType") == 2) iResult = TRUE; return iResult; }