Get public variable on level start for branch

Hey guys,

I’m trying modify the datasmith product viewer template. I would like to switch between muliple levels via a box trigger. This works without any problems, but I’m having a hard time disabling the splash menue where you can switch between desktop and vr. I only want to display the menue at the first start, but not again when switching the levels.

I thought I can just set a boolean which will be set true, when I’ve choose the right mode in the beginning. So at the beginning a branch which executes the menue widget when variable is set to false. And after setting the menue the variable is set true. But when I’m testing it, the menue gets opened everytime. Is this maybe because the variable is getting overwritten at the new level start?