Well, the previous error was with the save game name, but I took care of that.
Code: ags
Now the hassle is Error (Line 145): undefined symbol 'lstSaveGamesList'. And I could've sworn I gave the listbox the name "lstSaveGamesList".
function lstSavedGamesList_OnSelectionChanged(GUIControl *control)
{
txtNewSaveGame.Text = lstSaveGamesList.Items[lstSavedGamesList.SelectedIndex];
}
Now the hassle is Error (Line 145): undefined symbol 'lstSaveGamesList'. And I could've sworn I gave the listbox the name "lstSaveGamesList".