Please help! Small problem creating a condition

Status
Not open for further replies.

FlashKnight

F

FlashKnight

I'm designing a frenzy-style map that will have some very neat new features that will make it specially different from any other map.

That said, I can't for the life of me figure out what condition to choose to set up a simple condition in the trigger editor that looks like this:

(Select Player) owns a Barracks. Any barracks. Just needs one. Not (select player) owns (specific unit).

Can this be done and how? Thanks in advance.
 
It should look like this...

Code:
Event
What you want

Conditions
[Player] owns a Unit of type Barracks
...

Actions
What you want

It basically looks like this. Choose the [Player-Player owns a unit of type *Unit-type*] Condition.
 
Thanks a bunch! Your suggestion fixed my problem and I have got it working now.
 
Status
Not open for further replies.
Back
Top