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