How to check if a level name is valid before attempting to load it?

Since Level variables are type ‘name’, is there anyway I can check that the name points to a valid, packaged level before running the Open Level command?

Maybe like this ?
Unbenannt2.png

use == to check to see if the name is equal to none which is the default value of a name that isn’t specified.
NameValid

1 Like