Hello, today i'm facing a strange issue with switch/case statement stopped working after reloading script with GMLive, here is the code to reproduce:
Everything worked as expected after launching the game. I can see Right, Up, Left, Down printed to the Output when pressing the arrow key. But after GMLive reload my script, i can not reach case 0 by pressing right arrow key anymore (Up, Left and Down still working). I can fix that by changing it to case floor(0) but i found it very weird.
Is it a bug or i'm missing something, thanks!