View Single Post
  #19  
Old January 3rd, 2007, 06:54 PM

Loren Loren is offline
First Lieutenant
 
Join Date: Nov 2006
Posts: 739
Thanks: 1
Thanked 8 Times in 8 Posts
Loren is on a distinguished road
Default Re: A simple improvement

My approach doesn't even need an ability to queue orders. It needs two data fields:

Units need a "new" flag that means they execute orders on the province. Provinces need a destination.

At the start of move order resolution you look at each unit. If the flag is set and there's a valid target (it won't move if the target isn't in friendly hands) you move the unit, otherwise you clear the flag.
Reply With Quote