foxtin 15 Posted July 23, 2016 So basically i want a task to succeed by the player picking up a bag that is laying down on the floor. I just need the script to do this. Thx in advance. Share this post Link to post Share on other sites
snakeplissken 96 Posted July 24, 2016 What object would be? Backpack? Share this post Link to post Share on other sites
theend3r 83 Posted July 24, 2016 1) Name the backpack 2) In the init of this backpack put: backpackPos = getpos backpack 3) Create a trigger with delay 1 and this condition: getpos backpack != backpackPos Share this post Link to post Share on other sites
gavc 28 Posted July 24, 2016 check these out. I found a great one on youtube that even had a nice animation built into it for picking up teh intel https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=arma3+picking+up+intel+task&tbm=vid Ugly URL is ugly. Gav Share this post Link to post Share on other sites