Ill keep it short and to the point because I have absolutely no clue why this is happening
https://puu.sh/GlYPF/845b20f0db.png
Above is the code that I have been using to load things, this specifically in the main menu level/widget.
What it should do is just figure out if a scene is playing, so that when the level loads, it doesnt start at the beginning, which you can see below.
https://puu.sh/GlYRX/6fb095e766.png
Now, normally what should happen here, is when this new level loads, it reaches into the gamemode and will grab out my scene variable, which was set above.
However, every single time I have tested this, scene playing has come back and false, and thus I can never reach load data, and it just starts the game from the beginning.
Does anyone have any experience with something like this happening? Could it be because of the widget to level settings? I do most of my other variable checks in the game mode as well, and have yet to come across and issue like this.
I appreciate any possible assistance.