NPC Code:
function Button_2.onAction() {
Main_Window.destroy();
player.chat = "Started Event: " @ List_1.getselectedtext();
}
im using GuiPopUpMenuCtrl(List_1) and I want it to set my chat to what my option was, but instead it is saying 'Started Event: 0' instead of 'Started Event: <event>'