Menu Listbox

Locked
rbottoms
Posts: 27
Joined: Wed Jan 11, 2006 4:00 am

Menu Listbox

Post by rbottoms »

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>

}
rbottoms
Posts: 27
Joined: Wed Jan 11, 2006 4:00 am

Post by rbottoms »

Solution provided in a tutorial from else-list:

http://www.rfactory.org/newfeeder.html
Locked