Ricky Cobain   0 Posted April 12, 2019 Hi there, im making a OFP zombie mission. I use mod "Farmland Horror Pack 3", and the problem is, when i place the zombies in the editor, and add some soldiers (west), they are attacking only me, and when they kill me, they just eat me or stand near my body, not attacking the rest. I used this scripts : For the group leader inf "group1 = group this", and for the game logic (zombies attack player + gr) "gblAllTargets = [Player] + units group1". Even tho im 99.9% sure i used this scipts right, still doesn't work. If someone knows how to deal with this, i would be glad. Share this post Link to post Share on other sites
zulu1 Â Â 145 Posted April 13, 2019 If the group you want to be attacked is group1 I would think that should work. Â Try this: Make a trigger that covers the whole map, in the init field, type gblalltargets = thislist activation: any Make the medium game logic 1 Share this post Link to post Share on other sites
Ricky Cobain   0 Posted April 13, 2019 Thank you very much Zulu1, works fine now 🙂 Share this post Link to post Share on other sites