Page 1 of 1
Player doesn't capture CP
Posted: Thu Oct 25, 2018 4:03 am
by DaviidHL
I know how to disable Cp capture for the IA
But I don't know how to disable the capture for Player, there's a command for disable and respawn regions?
Re: Player doesn't capture CP
Posted: Thu Oct 25, 2018 8:55 am
by Oceans14
You should be able to use ActivateRegion() and DeactivateRegion(), but I haven't tried these on capture regions.
Another possible solution would be to use SetClassProperty to change the capture region value for a particular CP to "". Then the region would stay but not be associated with anything - I think. I've never tried it myself.
Re: Player doesn't capture CP
Posted: Thu Oct 25, 2018 11:44 am
by Marth8880
Oceans14 wrote:Another possible solution would be to use SetClassProperty to change the capture region value for a particular CP to "". Then the region would stay but not be associated with anything - I think. I've never tried it myself.
Quick note: you can't set it to an empty string, so a good alternative is " ".