Page 1 of 1

How can I auto select a hero ?

Posted: Thu Jan 07, 2016 5:20 pm
by DieKralle
I am building a Maze and I want that the heros for the Maze are instantly selected. Can someone help me ?

Re: How can I auto select a hero ?

Posted: Thu Jan 07, 2016 5:55 pm
by 3ICE
Event: Wait 0.01 seconds
Condition: None
Actions:
t_sel Selection - Select unit for player.

Do this for everyone. (11 lines)

Re: How can I auto select a hero ?

Posted: Thu Jan 07, 2016 5:59 pm
by 3ICE
Here is the full trigger:

http://trigger.3ice.hu/?i=28

Re: How can I auto select a hero ?

Posted: Fri Jan 08, 2016 9:09 am
by DieKralle
Thanks 3ICE :)