int StartingConditional() { object oTarget = GetPCSpeaker(); int iResult; iResult = GetGold(oTarget)>= 5000; return iResult; }