View Single Post
  #1  
Old 01-06-2006, 12:04 AM
talkingnoodle talkingnoodle is offline
Rapidwolve
talkingnoodle's Avatar
Join Date: Nov 2005
Location: Leominster, MA
Posts: 229
talkingnoodle is on a distinguished road
Send a message via AIM to talkingnoodle Send a message via MSN to talkingnoodle
Help!

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>'

Last edited by talkingnoodle; 01-06-2006 at 02:54 PM..
Reply With Quote