Hey Malcom,
I'm actually not sure if combobox was the right word to use.. A text object has a user input control (template link) in the form of a dropdown. I need to get the index number of whichever element is selected from the dropdown into the script so it can drive other things. I can get the strings that populate the dropdown because the text object text matches the selection, but I don't know how to get the index of the selection.
Since the text object itself isn't visible in the scene, one workaround idea I had was to populate the dropdown with strings that would include the index in the beginning, then separate the index part of the string in the script. For example instead of the dropdown being populated with [Red, Green, Blue] it would be [0 - Red, 1 - Green, 2 - Blue]. But I'm hoping a more dynamic solution exists.
Thanks for the reply.
#XPression