jnewbie 10 Posted April 30, 2014 Any new posts on this? I have been able to get an AK on the ground, right where I want it, and I got an AI to literally walk to up it and stand on top of it. But now I can't get him to pick it up. I tried changing the addAction to this addAction ["Pick up", {call "pickup_code";}]; but the weapon disappears. when I remove the {} and call just use pickup_code, the AK returns to the original spawn position. I got the AI to the weapon, is there another way to get him to pick it up? Any help would be greatly appreciated! Share this post Link to post Share on other sites
johnnyboy 3797 Posted April 30, 2014 You could keep it simple, and in your {} code, delete the AK weaponholder, and do a "addWeapon" and "addMagazine" command to give him a new weapon. This is probably easier than trying to get him to perform a take weapon action. Share this post Link to post Share on other sites