Page 1 of 1

Scenario Questions

Posted: Tue Dec 06, 2016 8:45 pm
by kjdunc9443
Hey guys,
Needing some help with a scenario im making. Trying to get units to use the roads when marching from a starting position to another designated position. I am in debug mode with AI off and AlphaOmega on.

Example:
14:30:00 / 19th_Georgia / useroad / x coord / Z coord

This is what the SDK says to do but for the life of me it won't work. I have also tried it with officers and still doesn't work. I am sure it is a simple mistake. I appreciate yalls help!

Kyle

Re: Scenario Questions

Posted: Tue Dec 06, 2016 8:47 pm
by kjdunc9443
Correction:

This is the code I am using.

14:30:00 / 19th_Georgia / roadmarch / x coord / Z coord

Re: Scenario Questions

Posted: Tue Dec 06, 2016 10:00 pm
by RebBugler
Aroadmarch is for brigade and higher, roadmarch won't work for anything. I generally use useroad along with moveto for single units, there are other combinations but as far as I can tell they're all the same result.

Re: Scenario Questions

Posted: Wed Dec 07, 2016 10:05 pm
by kjdunc9443
Reb I appreciate the response! I still could not get it to work on its own but when I combined it with the BDE commander it worked.

Example:
14:30:00 / BDE_commander / moveto / x / Z /
14:30:00 / BDE_commander / Auseroad
14:30:00 / 19th_Georgia / moveto / x / Z /
14:30:00 / 19th_Georgia / useroad

Not sure why it would work with just the regiment by itself though. Either way now I've got some sensible moves going on!

Kyle