Description
Starts forcing one or more players to be a specific hero and, if necessary, respawns them immediately in their current location. This will be the only hero available to the player or players until the Stop Forcing Player To Be Hero action is executed.
Snippet
Start Forcing Player To Be Hero(Event Player, Hero(Tracer));
Properties
Returns: Void
Parameters: Player, Hero
Player
Type: Player | Array (Player), Default: Event Player
The player or players who will be forced to be a specific hero.Hero
Type: Hero, Default: Hero
The hero that the player or players will be forced to be.