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