int StartingConditional() { int iResult; if(GetGold(GetPCSpeaker())<2500) { return TRUE; } return iResult; }