voegel916 Posted November 14, 2017 Share Posted November 14, 2017 Hi all, new to CK and mod creation. I finally got tired of never finding a player home that worked perfectly for me, so I decided to make my own. As I'm going, I've decided that I might as well make it fun. What I would like to do is add a weapon that, when picked up, infects the player with Sanguinare Vampiris. My question ultimately is: how TF do I do this? I'm assuming it has to do with adding a script to the item, but I'm not entirely sure and figured maybe somebody here could help. Link to comment Share on other sites More sharing options...
nerdofprey Posted November 14, 2017 Share Posted November 14, 2017 You have a lot of options, really. You could add a script to either the base item, the object reference, a quest alias that points to the object reference, or some combination of those. If you're already planning to create a unique weapon, putting it on the base item is probably the simplest approach. I'm pretty sure this would be a really simple script. I think an OnActivate script would probably work, then you just need to look up how to script giving the player a disease. I don't know it off the top of my head but it shouldn't be hard, just google "skyrim script disease" and go from there... Link to comment Share on other sites More sharing options...
voegel916 Posted November 15, 2017 Author Share Posted November 15, 2017 nerdofprey: Thanks for the reply! Seems a little simpler than I anticipated. I'll be looking into it tomorrow and doing some research, then let you know how it goes. Link to comment Share on other sites More sharing options...
Recommended Posts