Basically what I am wanting to do is to have a units of the same type created in a region when they are killed in another region.
Example: If a zergling is killed in region 1 then a zergling is created in region 2.... or if a roach, hydralisk, baneling, etc... is killed in region 1 then a unit of the same type will be created in region 2. .
As of now I figured out how to create a unit in one region when a unit dies in another region. Where I am having trouble is figuring out how to have the same kill/create trigger for each unit type. Right now all my killed zerg units in region 1 create the same unit type in region 2. I am sure this is simple, probably right under my nose, but I can't seem to figure it out. Thanks for any help.
Basically what I am wanting to do is to have a units of the same type created in a region when they are killed in another region.
Example: If a zergling is killed in region 1 then a zergling is created in region 2.... or if a roach, hydralisk, baneling, etc... is killed in region 1 then a unit of the same type will be created in region 2. .
As of now I figured out how to create a unit in one region when a unit dies in another region. Where I am having trouble is figuring out how to have the same kill/create trigger for each unit type. Right now all my killed zerg units in region 1 create the same unit type in region 2. I am sure this is simple, probably right under my nose, but I can't seem to figure it out. Thanks for any help.
-muse
@SC2Muse: Go
You can use "triggering unit" to set the type of unit being created in the trigger.
So it would be something like "when any unit dies..." then use "create unit of type 'triggering unit' in reagionA"