ScN FilterRegistrationint donebegin MenuModeif (GetGameRestarted) || (GetGameLoaded) let done := 0endifif eval !(done) SetEventHandler "OnFormLoad" fnSpellsAlwaysixplode ref::16endif-----ScN fnSpellsAlwaysixplodeint typeref spellbegin function {type, spell} SetSpellExplodesWithNoTarget 1 spellend
foreach(ListViewItem lvi in lvFiles.Items) { //Not sure why this was here. Cant htink of any reason why I wouldn't want to change the file name to lowercase //lvi.Text=Path.GetDirectoryName(lvi.Text).ToLower()+"\\"+Path.GetFileName(lvi.Text); lvi.Text=lvi.Text.ToLower();}