Madin 11 Posted April 23, 2015 I have a RIG reinforcement power that the AI makes use of. What I am trying to do is to get the AI to move the RIG, on the occasions when the RIG is in an area that it cannot deploy in. I have noticed that the MCV seems to make an effort to move into an area where it can deploy, but despite me trying to mimic the code from the MCV, I cannot get the AI to move the RIG from an area that it has no space to deploy, into an area where it does have space. Any ideas? I am using the 'SPECIAL_POWER_BUILD_CONYARD' in the 'AISpecialPowerUpdate' module. Share this post Link to post
Ravendark 46 Posted April 23, 2015 Have you tried adding certain flags to the specialpower like : NO_FORBIDDEN_OBJECTS PATHABLE_ONLY NOT_ON_BRIDGE etc? is your rig using the replaceself module? it could be that CheckBuildAssistant="true" helps with pathing issues towards that...or maybe its something related to the mcv kindof statusbit? Share this post Link to post