08-08-2015, 12:47 PM
If you plan on having a "relocation" feature, the c_nextatma routine in common_cne is a good start on how to make that work, the movetomap task will handle all the heavy lifting for you.
You can use AceLib.API.Weather.GetShifts() (returns a table with lastShift, nextShift, time in seconds) to help time out when it should move.
You can use AceLib.API.Weather.GetShifts() (returns a table with lastShift, nextShift, time in seconds) to help time out when it should move.