int StartingConditional() { int iResult; iResult = FALSE; if (GetGold(GetPCSpeaker()) < 25000) iResult = TRUE; return iResult; }