int StartingConditional() { int iResult; iResult = FALSE; if (GetLocalString(GetPCSpeaker(),"Token112") == "") iResult = TRUE; return iResult; }