int StartingConditional() { if(GetGold(GetPCSpeaker())>999) return TRUE; return FALSE; }