SporeLamm21   0 Posted June 5, 2019 Hey Guys, Im on my way to get at least somewhere with scripting and Im trying to let Civilian AI react to gunshots. However, my Script runs fine until Im trying to do n Line break within an forEach. So please help me. 😄 This one workes Spoiler {_x doMove ( _x getPos [10 , 10]);} forEach x ;  Thise one dosnt Spoiler {    _x doMove ( _x getPos [10 , 10]); } forEach x ;  Share this post Link to post Share on other sites
squeeze   22 Posted June 5, 2019 copy and pasted both lines of code into debug console with same results, both work. also you'll regret calling the array x one day. 2 Share this post Link to post Share on other sites