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