int StartingConditional()
{
    if (GetFactionLeader(GetPCSpeaker()) != GetPCSpeaker()) return TRUE;
    return FALSE;
}