Hi, I'm trying to make a simple npc fly into the middle of the layout, collide with an item then turn around and leave with it. So in the middle of the level are 6 boxes. i need the enemy to come in and randomly move to one of the boxes then pick it up then just leave the level at a random angle.
i tried making it move to the box by using the rotate to location (box.x) (box.y) then on collision pin the box to the enemy then rotate random(360) but the enemies either pickup a box thats already being carried or they keep circling boxes or they cant pickup a box while another enemy is holding another box. I feel like this is a really easy thing and im missing something. please help!