Resolved!From Discord:BluePower — Today at 11:49 AMIf you were to put the code in the list panel, try this: travelarray = [['airport','train station','bus stop']] It is basically an array inside of the square brackets, if you wrap any value (including functions) with them it'll be directly assigned into that variable
I do this regularly now.