Hey, I'm making a map where each player has 12 bunkers. I have a medic, a ghost, a firebat, and a marine entering each. How can I make it so that they enter the bunkers the same exact way. What I mean by that is to have the button that you click to take them out the same way everytime.
You mean something like
Firebat - Marine
Medic - Ghost
every time? try create the first one, wait a few ms, then create the next for each of them.
That's what I have currently in my map but it's sort of slow. That's why I was searching an alternate method or I could just wait.
You could try swapping the units/bunkers around players so they can't conflict, could speed things up, but also mess it up too...
You know, like every other bunker and their units would start as a neutral comp, get into the bunkers, then switch to the right player. Since they're sandwiched by bunkers they can't enter, you'll most likely get the right combo every time.
Haven't tried it, though.
I don't think that would work. Even when I preplaced the units using a grid they enter at different times. I'm just going to do what I originally had because it's a lot faster since I reduced the amount of units created to 2 instead of 4.