Enumeration as Maplist problem

Hi Guys!

I´m trying out using Enums for my map selection but when I plug the enum into the “Open level” node I get a travel-Error. I don´t see the difference between me using the “enum to name” using the exact same level name as If I write it out in the node. Anyone know what I am doing wrong here?

Just use a select node for the string. I’m not sure why the convert to string fails though.

Thanks alot guys!

Will have to try when I get back from work. Strange that the input for the level node is type “Name” and the enum gets converted to name but failing. I tried printing the result but it turned out as expected. When looking at tutorials their Enums didn´t have the description fields so I was thinking maybe I was declaring them wrong.