Is there a script command in conditional branches that check if a certain character is in the lead?
You can use the script command of the conditional branch with one of these two codes (more as well) to check that:
$game_party.actors[0].id == actor_id
$game_party.actors[0].name == "actor name"