Wooty Posted February 11, 2018 Share Posted February 11, 2018 (edited) So I have been trying my best to mod this mod to include some new spells but for the life of me I cannot get it to work.I've looked all over the place for the answer but have yet to find it: First of all I have no idea what data types are in the "spell" type: example, Spell Property ASPELL auto.What data is stored here? Second is the fact that if I use something like ANACTORID.addspell(ASPELL) it should add the spell to my list. But whenI try to do this I get an error in the logs saying: " Error: Cannot add a None spell to the actor " So what am I asking is what does how do I give a spell to the player and have them equip it on their left hand? Edited February 11, 2018 by Wooty Link to comment Share on other sites More sharing options...
Wooty Posted February 11, 2018 Author Share Posted February 11, 2018 Of course as soon as I post this I realize my mistake. I never noticed the part of the effects where you can change the properties inside the Creation kit. Link to comment Share on other sites More sharing options...
werr92 Posted February 11, 2018 Share Posted February 11, 2018 I don't want to look down on you or offense you in any way, but when you're saying you have digged the whole internet inside out and the next thing you do is ask this question about the scripting basics... Try to read the official wiki first, it tells you exactly how to treat papyrus and whatnot. https://www.creationkit.com/index.php?title=Main_Page It's great, got a lot of useful information. This site will become you number one friend, your partner, your peculiar lover. What I would recommend you do is open Scripting Reference and read all about scripts first. Link to comment Share on other sites More sharing options...
Recommended Posts