Thread: GUI TextLists?
View Single Post
  #2  
Old 05-23-2009, 03:11 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
PHP Code:
function MyGUI_TextList1.onSelect(idtxtind) {
  if (
txt == "Development") {
    echo(
"You have selected Development.");
  }

There's a whole page listing all the functions related to GUIs on the wiki, I suggest you check it out.
Reply With Quote