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