int StartingConditional() { int iResult; object oPC = GetPCSpeaker(); iResult = (GetGold( oPC ) >= 50000 ); return iResult; }