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