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