I need help with a trigger. I need a trigger where lets say player red enters region 1 with a helion and a SCV. Both these units will be removed then replaced with one lets say Thor.
I failed kinda hard. i was able to make a single unit get replaced but not 2 specific units enter the same region and get replaced.
I need help with a trigger. I need a trigger where lets say player red enters region 1 with a helion and a SCV. Both these units will be removed then replaced with one lets say Thor.
I failed kinda hard. i was able to make a single unit get replaced but not 2 specific units enter the same region and get replaced.
@brahim113: Go
What's the difficulty you're having. That's pretty easy to make. Can you type out or copy+paste your trigger?
@brahim113: Go Just go with something like:
Event - Any unit enters region.
Condition - Hellion belonging to player 1 is located in region SCV belonging to player 1 is located in region
Action - Kill/Remove 1 Hellion in region Kill/Remove 1 SCV in region Create Thor in region
That sorta thing should do what you want unless you needed something more specific