How do you add items to an ITEM_TYPE_LISTBOX?
My game will be hardwired to the servers on the backend so I want to put the available servers into the drop down and then call my function to connect when the user clicks join.
It would be
   <action on menu load: fill listbox rows with scriptsnames>
  <other stuff happens>
  click
  { 
       uiScript   <currently_selected_listbox_item>
   }