What am I doing wrong here?
I’m trying to create a skip level mechanism using the switch on int node, so when the player presses “S” they skip to the next level in the game that contains 19 levels in total:

Each level increments an integer counter to reference where to skip to, like so:

But I can’t get it to work, any ideas on how to fix?