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