int StartingConditional() { int amount = 10000; int iResult; iResult = ( GetGold( GetPCSpeaker() ) >= amount ); return iResult; }