Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Simple answer: no.
Harder answer: yes. You can - after the map loads and creates the starting units for each race - REPLACE every unit near the starting location of a certain player by the units you wish to spawn. The trigger would look like this:
Events
Game - elapsed game time is 1.00 seconds
Actions
Unit group - pick every unit in (units within 750 of (player 1's starting location)) matching: (Boolean - (matching unit is a worker) equal to true) and do action: replace picked unit with a Uberpwnslave
2 notes:
1) this trigger leaks a unit group
2) Notice how the undeath only has 3 worker units at the start and 1 ghoul, while other races have 5. In addition to that trigger, you should first check the race of the player. If it's undeath, remove the 3 workers + ghoul and create 5 UberPwnSlaves for the player, else simply replace the workers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.