ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
204 stars 32 forks source link

Start game after coin toss and picked #38

Closed thiamhong closed 5 years ago

thiamhong commented 6 years ago

Does it possible to trigger "Start Game" after coin toss and both team has picked the both team has selected Side/1st pick?

rossengeorgiev commented 6 years ago

Hi, itshould be possible to code that. Lobby data, lobby channel and coin toss are function that are available.

aut0wash commented 4 years ago

Hi, need some help about this topic. I would like to use the automatic coin-toss in lobby for pick/side selection. I thought self.send(EDOTAGCMsg.EMsgSelectionPriorityChoiceRequest, {}) would work but apparently no. Any idea on how to do this ? thx for help