Oblivion
0 of 0

File information

Last updated

Original upload

Created by

tim110011

Uploaded by

tim110011

Virus scan

Safe to use

Documentation

Readme

View as plain text

ScriptName DeleteSpellKeyboardDEL

short b_keypress_directx ;bool
ref r_spellid
begin MenuMode 1022
Message "1.Make a backup save 2.Press and hold DELETE Key 2-5 seconds to delete the HIGHLIGHTENED spell 3.Release DELETE key 4.Left click on that spell to see if it is deleted 5.Do NOT delete Heal Minor Wounds", 4
set b_keypress_directx to IsKeyPressed2 211 ;directxcode: DELETE 211
if ( b_keypress_directx == 1 )
set r_spellid to GetActiveMenuSelection
Player.RemoveSpell r_spellid
return
endif
end MenuMode 1022