I want to spawn units at a point, and that spawned unit will require a building which has to be created.
For example if Player 1 will construct a Barracks, 1 Marine will be created on the Point 1 every 5 seconds automatically, until that Barracks is destroyed or upgraded. (this goes for other players too, player 1-2-5 might have barracks which gets marines but 3-4 may not)
Could not find a good way for this with triggers, i know its not that hard, but i am looking for a good solution. Thats alot.
Ah, so any unit being created somewhere counts as it entering that area? I wasn't aware of that, pretty cool. I imagine something like that trigger might also want a wait action til the building is no longer under construction.
Hey Mapsters, i have a question;
I want to spawn units at a point, and that spawned unit will require a building which has to be created.
For example if Player 1 will construct a Barracks, 1 Marine will be created on the Point 1 every 5 seconds automatically, until that Barracks is destroyed or upgraded. (this goes for other players too, player 1-2-5 might have barracks which gets marines but 3-4 may not)
Could not find a good way for this with triggers, i know its not that hard, but i am looking for a good solution. Thats alot.
Try something like this:
Confirmed. Thanks alot BasharTeg, works perfectly (Y)
I want make something like this in my map too, but I didn't find this action, where is? =(
@BasharTeg: Go
Ah, so any unit being created somewhere counts as it entering that area? I wasn't aware of that, pretty cool. I imagine something like that trigger might also want a wait action til the building is no longer under construction.
@Diego6D: Go
Create unit action.
Yes, sorry, I was using pseudo code :P