Is there a way to create a dropdown menu using a list of character names in a table?
like
local characters = {"character1", "character2", "character3"}
icon.new():setDropdown({characters})
and it would make a character for each value in the table.