Amazing game, but with sad ending :(. Really wish the game has a sequel where they can meet each other.
chutneyio
5
Posts
1
Topics
A member registered Mar 10, 2022
Recent community posts
GMLive.gml for GameMaker community · Replied to YellowAfterlife in [Fixed in 1.0.59+] switch/case not reached after reloading script with GMLive
GMLive.gml for GameMaker community · Posted in [Fixed in 1.0.59+] switch/case not reached after reloading script with GMLive
GMLive.gml for GameMaker community · Posted in [Fixed in 1.0.59+] switch/case not reached after reloading script with GMLive
GMLive.gml for GameMaker community · Created a new topic [Fixed in 1.0.59+] switch/case not reached after reloading script with GMLive
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!