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