Ice_Rhino 3 Posted September 25, 2014 Hi, I was using the following code to force 1 to 4 units back to a marker named 'mkr_target_1'. For some reason though, the last day or so, the AI in question seem to be ignoring the command hint"AI to Target Location 1 Trigger";[opf_patrol_1a,opf_patrol_1b,opf_patrol_1c,opf_patrol_1d] doMove (getMarkerPos "mkr_target_1"); Any ideas? T Share this post Link to post Share on other sites
jshock 513 Posted September 26, 2014 I wouldn't think this code wouldn't work, or that it would all the sudden just "stop" working, unless you may have possibly/accidentally made a change somewhere else that could be affecting the commands... Share this post Link to post Share on other sites
iceman77 19 Posted September 26, 2014 {_x doMove (getMarkerPos "mkr_target_1")} forEach [opf_patrol_1a,opf_patrol_1b,opf_patrol_1c,opf_patrol_1d]; Share this post Link to post Share on other sites