CP reverting?

Tigger

L2: Junior Member
Mar 29, 2008
72
8
Newbie problem here. First CP map. I have Blue take a CP. I have Red partially take the CP. Blue gets back on the CP, and I get the message "Reverting the Capture" and the revert is working as if Blue was capturing the CP. I've never seen this before in normal gameplay.

How do I not allow an owning team to "force revert" a CP capture, but make them wait for the capture to expire? Do I need to toggle the allow capture flags on the CP trigger?

Thanks.
 

Tigger

L2: Junior Member
Mar 29, 2008
72
8
Figured it out. On cap I had to disable the capping team and enable the other team:

"OnCapTeam2" "capture_area_1,SetTeamCanCap,2 1,0,-1"
"OnCapTeam2" "capture_area_1,SetTeamCanCap,3 0,0,-1"
"OnCapTeam1" "capture_area_1,SetTeamCanCap,3 1,0,-1"
"OnCapTeam1" "capture_area_1,SetTeamCanCap,2 0,0,-1"

If the owning team can't cap, they get the "defend this point" message.