Quote Originally Posted by Jontor View Post
If you're asking about single monsters ( a thing I call 'Place lure' ), then that's a simple Module.

First it's looking if there's a monster targeted, then if that's a monster to lure.
Next it's finding a closest node between two labels, inserting a temporary label and going to that label.

Nothing really amazing, having some safe checks too.
That's a clever trick. You're doing something similar for the leave checks too right? I noticed that your scripts are very good at leaving as fast as possible once you tell it to.