This should work:
PHP Code:
function Button_2.onAction() {
player.chat = "Started Event: " @ List_1.text;
Main_Window.destroy();
}
You must get the text first, before you destroy the window and its subcontrols. "text" and "getSelectedTex()" should give the same values, "getSelectedText()" is mainly for backwards compatibility. If you still don't get the text, then "List_1" is eventually not the correct name of the popup control.