If you press button 1 it will normally start a while loop and when you press button 2 the msg will be invoked and show a consolewrite. BUT
If the button 1 function starts with the timer, it will completely block everything, as well as message that is sent to gui with button 2.
Also note that hotkey is completely ignored/doesnt trigger if this function starts with timer.
After days and days of debugging i came to this and made up short script to show it. I really need timers to trigger m