Jump to content
Sign in to follow this  
Ice_Rhino

Code Stopped Working

Recommended Posts

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

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
{_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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×