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