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