Jubal Savid 10 Posted July 29, 2019 So I have a bunch of civilians with "this setDamage 1;" And ever time the mission launches a black box pops up with this: https://steamcommunity.com/profiles/76561198102769969/screenshot/791989721552634815 Its not mission critical and the bodies do what I want but its a annoying bug at the start. Share this post Link to post Share on other sites
Leopard20 813 Posted July 29, 2019 If you use the code on the group, change the code to: { _x setDammage 1 } forEach units this Share this post Link to post Share on other sites
Larrow 2822 Posted July 29, 2019 40 minutes ago, Jubal Savid said: So I have a bunch of civilians with "this setDamage 1;" According to your error message you have put the code in the groups init not the units. Move the code into the units init OR If you want the code to be run on a group of units, see @Leopard20 code above. 1 Share this post Link to post Share on other sites
Jubal Savid 10 Posted July 29, 2019 I dont understand, all I see is 1 init field on when I click on a unit Never mind the squad init is where i put the file🤦♂️ Share this post Link to post Share on other sites