2 spawn points to make door open

invertMASA

L3: Member
Nov 9, 2013
103
1
im not the best with the logics in hammer, so im trying to find away to make it so you have to own all the cap points in the map in order to open this door.
 
T

The Asylum

Assuming youre not going for the traditional GPit or 5CP map, just use a math_counter, with it's max value set to whatever number of points you have. On each point, fire this output:

OnCapTeam1 (or OnCapTeam2 for Blu)
<your counter>
Add
1

Now on your math_counter, add this output:

OnHitMax
<your doors>
Open