What are the two int's in the MoveArmy command for? I've put different numbers in there without any effect.
MoveArmy(army_t, int_t, int_t, int_t, location_t)
Move an army one square
Usually I use MoveUnits, but I thought perhaps I could get some extra functionality here.
MoveArmy(army_t, int_t
Move an army one square
Usually I use MoveUnits, but I thought perhaps I could get some extra functionality here.
Comment