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