
I'm working on a horde of Zombies that walk very slowly toward the nearest character. I'm thinking of saving time by putting their movement on the same initiative and doing it all at once. I don't know anything about API, so please help if you can. What I need: A command that causes all tokens with a given name to move exactly 1 unit toward a particular token id. For example: !crawl ?{horde token name} toward ?{target id} Is this easy enough that somebody could write it up?