lordbevan1 Posted October 31, 2018 Share Posted October 31, 2018 (edited) So, I'm trying to script a weapon to cast a spell whenever said weapon is drawn, but cannot seem to get the script to work. The script is applied to the weapon directly, if that helps. The light spell is just a custom novice light spell with 0 cost. I also plan to have the spell dispelled when the weapon is sheathed, once I get the spell to cast when the weapon is drawn. This is my script ScriptName 01brightfuryScript Begin Gamemode if Player.IsWeaponOut == 1Cast 02brightfurylightspell Player endif End Would appreciate any help, thanks. Edited October 31, 2018 by lordbevan1 Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted November 1, 2018 Share Posted November 1, 2018 If you want the weapon to put a light on the player you should better set your spell as a capacity. If IsWeaponOut doesn't work you should probably better use the OnEquip function. Link to comment Share on other sites More sharing options...
Recommended Posts