kleaner2 0 Posted May 6, 2002 Is there a way to consistently get the AI to shot from the kneeling position like the player can? It looks funny for the AI to shoot only from PRONE or STANDING position. Ideas? Share this post Link to post Share on other sites
LauryThorn 0 Posted May 7, 2002 If someone figures this out, I will wear a helmet for the rest of the day. Share this post Link to post Share on other sites
Sith 0 Posted May 7, 2002 <unitname> setBehaviour "COMBAT" <unitname> setUnitPos "UP" <unitname> switchMove "CombatToCrouch" Share this post Link to post Share on other sites
LauryThorn 0 Posted May 7, 2002 But the ai player won't be able to shoot, because he is playing this movement, right? Share this post Link to post Share on other sites
Sith 0 Posted May 7, 2002 Yes he will if you do it this way: <unitname> setbehaviour "COMBAT" <unitname> switchmove "Crouch" (puts the unit in crouch instantly) <unitname> setunitpos "up" <unitname> setcombatmode "BLUE" Now if you want him to open fire, simply set CombatMode to "RED". But they do tend to stand up sometimes when engaging a target. Share this post Link to post Share on other sites
LordZach 0 Posted May 7, 2002 maybe the machine gunners will stop engaging (and hitting me somehow) standing up and walking sometimes Share this post Link to post Share on other sites