Megser
Well-Known Member
- Joined
- Apr 17, 2010
- Messages
- 1,389
- Reaction score
- 73
Okay, so. What I would like the plugin to do is to stop injecting/pulsing or what you call it after executing a command. Thread.Sleep doesn't work the way I want since it stops the bot completely.
For example, I need to clear a target so I put in the plugin:
Lua.DoString("RunMacroText('/cleartarget')");
(Here I want it to pause 12 seconds, but still HB should execute)
Thanks in advance.
For example, I need to clear a target so I put in the plugin:
Lua.DoString("RunMacroText('/cleartarget')");
(Here I want it to pause 12 seconds, but still HB should execute)
Thanks in advance.