Using commands moveTo, move, doMove, doStop or setDestination with agents results in "Generic error in expression" error.
Commands were changed to not support "Team member" type and now only "Object" types are supported (effectively disabling any usable agents behaviour)
Example script:
_unit = createAgent ["O_Soldier_VR_F", [0,0,0], [], 0, "NONE"]; _unit moveTo [0,0,0];