Forcefully Spawning in Player

I’m trying to make it so if you don’t pick a hero before the game starts than it’ll forcefully spawn you in as a random hero from a list of allowed heroes, but I can’t find any action that makes you spawn in. Does anyone else know how to do something like this?

rule("Rule 1")
{
	event
	{
		Player Joined Match;
		All;
		All;
	}

	actions
	{
		Start Forcing Player To Be Hero(Event Player, Hero(Ana));
	}
}

Isn’t in the name but can also forcefully spawn them.

2 Likes

Ahhhh, didn’t see that one, thanks!

1 Like