Need help with juggernaut code

I’m making it so when not roadhog, and you deal final blow to roadhog, you become roadhog and the previous roadhog goes to hero screen or pre selected hero.

I’m trying to find a code for “deal final blow to roadhog” specifically. I can do deals final blow but I wanted deathmatch so there can be 11 regular and 1 roadhog.

Is there some other way if this is impossible? I want to be able to not have to change games every times juggernaut dies

You can check the hero of the final blow victim. “Hero of(Victim) == Hero(Roadhog)”. If you want to check if the attacker isn’t Roadhog: “Hero of(Attacker) != Hero(Roadhog)”

3 Likes

Exactly what i needed thank you!