How to create a function input as a combobox?

Your Event’s input shouldn’t be the WHOLE combo box, all you need that it contains, probably a string. Before you call the event, you have to put in a “get ComboBox” node, and a “Get Selected Option” after that. From there, you can know which option was choosed by the player, and that’s all you need.