Say I have that line of code:
Is there anyway to continue execution of the plugin while still letting the bot keep moving until it reaches destination or another ComeTo call, so I can keep executing my evaluation code and react to what happens while moving (someone tagging the mob while I run to it, someone getting to the mining node before me, some closer mob/node spawning, ...)
(And damned be the queue, preventing me to test things for a while)
Code:
ComeTo(doodad, 2);
Is there anyway to continue execution of the plugin while still letting the bot keep moving until it reaches destination or another ComeTo call, so I can keep executing my evaluation code and react to what happens while moving (someone tagging the mob while I run to it, someone getting to the mining node before me, some closer mob/node spawning, ...)
(And damned be the queue, preventing me to test things for a while)