Ah you got my message
Well then here we go:
It's not the forEach command, which doesn't work in
1.46, it's the {} brackets, that don't work.
You need to do it that way:
"_x setpos getmarkerpos ""target2""" forEach thislist
Or, as gundernak already pointed into the right direction:
Use an object (like a gamelogic) instead of a marker, then you wouldn't need the quotation marks inside the forEach string:
"_x setpos getpos gamelogic" forEach thislist
~S~ CD