OK, I am trying to do the most simple thing imaginable and for the life of me I cannot figure out why it won't work. I have a unit that uses the "Build Point Defense Drone" ability. I want the drone to automatically be bound to the #2 control group for the player when it spawns.
Here is my trigger... please someone tell me what I am doing wrong. Please.
OK, I am trying to do the most simple thing imaginable and for the life of me I cannot figure out why it won't work. I have a unit that uses the "Build Point Defense Drone" ability. I want the drone to automatically be bound to the #2 control group for the player when it spawns.
Here is my trigger... please someone tell me what I am doing wrong. Please.
@Pottfish: Go
ummmm, wanna just use the Unit Created event?
@grenegg: Go
I tried that, too. It doesn't work. Here is the trigger I tried for the created unit event.
For starters, the point defense drone is NOT Robotic.
It is Light, Mechanical, and a Structure, but not robotic =D
u are better off using a unit type filter searching for Point Defense Drones owned by the player only.
Looks fine. Did you try saying any unit creates a unit with your ability?