Force hero switch screen

Hello, I have some issues about making up my custom game. I made tons of tests but nothing worked out at the end.

How can I force the “select a hero” screen? If not possible: how can i force the player to play another hero and let him swich it? I tried with ana but no… you can’t choose anything else except ana in that case.

You can force a player off of their current hero, instantly taking them to the “select a hero” screen by using this:

Set Player Allowed Heroes(Event Player, Remove From Array(All Heroes, Hero Of(Event Player))

You can allow them to pick the same hero again shortly by adding these two extra actions:

Wait(0.250, Ignore Condition)

Reset Player Hero Availability(Event Player)

2 Likes

Thank you very much.

I’ll make some adjustments and then release it, problem solved o.o/