// does not have 2000 gold int StartingConditional() { if (GetGold(GetPCSpeaker())<2000) return TRUE; return FALSE; }