I have been trying to figure out the triggers for a bound but every time i try to open one they are usually protected. I was wondering what the triggers for a very basic bound are.
C:
Switch 1 is set.
A:
Create 1 dark archon at location 1 for computer player.
Kill all men for computer player.
Wait 100 ms.
Create 1 dark archon at location 2 for computer player.
Kill all men for computer player.
Wait 100 ms.
Create 1 dark archon at location 3 for computer player.
Kill all men for computer player.
Wait 100 ms.
etc...
Preserve trigger.
all bounds are is switchs and creating and killing units at a location , if you can do that then you made a bound

Only problem I see would be your "archon" location. You have it backwards. Instead of centering it on the dark archons you need to center it on the lings. Centering it on the Dark Archons would only center it on one. So when centering it on the lings it would be "player w/e brings dark archon to location archon".
Really? what reason?

Thats kind of how to make a bound in that map.just a few more things.
Im trying to make one a little more advanced but early off i have run into something that i don't know how fix so could someone help me out? The problem is this: It makes me lose instanty and i don't know why.
Remake the lose trigger. It seems to be above the give lives trigger so the lose trigger runs before the other trigger gives you lives.
Trigger order does matter.
Ok thanks a bunch ill keep working on it.