Depending on how you programmed the movement, A* may not be necessary then.
If you move tile by tile, you just need to make a script for auto-movement which disables manual movement and some way to feed a "Map" of movements to do, similar to how RPG Maker does it.