JoelStanford/PoEAutoFlask

window problem

Opened this issue · 1 comments

When launched on alt + f12, a window appears informing about activation, and it does not disappear. Is it possible to make it appear for a second and close? How to remove it, and it is possible to add skills to this script?

I had this same issue and looked through the AHK docs and was able to fix it (the message goes away after 5 seconds) by making this change:

Look for !F12:: in the script, then add the following line under both "ToolTip, UseFlasks On" and "ToolTip, UseFlasks Off"
settimer, cleartt, -5000

then under the return command add these lines to the script:
cleartt:
tooltip
return