Forum Discussion
StevenN
12 years agoContributor
Instead of mapping every individual object in the dropdown you can just use the "ClickItem" method and pass the item you wish to select. E.g (using C++ script):
var Dropdown = Mapped name of the dropdown
Dropdown["ClickItem"]("Dropdown item 1");
var Dropdown = Mapped name of the dropdown
Dropdown["ClickItem"]("Dropdown item 1");