Restricting AI (Capture CP)

Started by Gabin Dayback, March 09, 2018, 06:36:39 AM

Previous topic - Next topic
So I am having a small problem with a LUA Command for geo1c_con (Geonosis / Conquest / Clone Wars).

I am usually using the following commands to restrict the AI from capturing Command Posts:

    AICanCaptureCP("cp1", ATT, false)
    AICanCaptureCP("cp2", ATT, false)
    AICanCaptureCP("cp3", ATT, false)
    AICanCaptureCP("cp4", ATT, false)
    AICanCaptureCP("cp5", ATT, false)
    AICanCaptureCP("cp6", ATT, false)
    AICanCaptureCP("cp7", ATT, false)

It worked on all the maps I munged up until now. Is there a reason why it doesn't work on Geonosis? :(