I've been having issues with the pause menu I put in my game. It pauses fine, but doesn't unpause.
The events for it are like this:
Event: On escape pressed
Sub-Event: Timescale=0
Action: Menutext set invisible
Action: Set timescale to 1
Sub-Event: Timescale does not equal 0
Action: Menutext set visible
Action: Set timescale to 0
Any help would be appreciated.