September 15, 20187 yr Is it possible to pause a plugin while the player is in combat? In my plugin, if I put a Thread.Sleep, it appears that it sleeps the entire bot thread.
September 15, 20187 yr Hello, while (wManager.Wow.Helpers.Fight.InFight) System.Threading.Thread.Sleep(50);
September 15, 20187 yr Author Of course it was that easy. I should have known. Thanks a lot @Droidz! Much appreciated!
Create an account or sign in to comment