I did a little test with the same setup.
I got the error: Type object, expected ARRAY.
That is because 'domove' wants a position array (x,z,y), not the name of the gamelogic (which is the object).
To fix it:
"_x doMove getpos flee1" forEach thislist
;D