PatrickTheDM Posted May 25, 2018 Share Posted May 25, 2018 (edited) I recently created a player home in Skyrim LE that has two staffs with "on equip" scripts on them that enable/disable assigned Xmarkers in the house. I just found that if the staffs are placed into a weapon display rack it seems to effect the scripts somehow and they no longer work after they are removed from the rack. I used the console to get new staffs and both worked fine. My guess is the rack clears the assigned properties in the script. I don't think there is a way to check script properties in the game. I wanted to post this up because I searched quite a bit and didn't find this bug anywhere. Hopefully this will help others who may have the same issue. :smile: Edited May 26, 2018 by Asaforg Link to comment Share on other sites More sharing options...
DrakeTheDragon Posted May 25, 2018 Share Posted May 25, 2018 Always keep in mind, this section is for mod authors of potentially 548 different games. And while sometimes some terms might give it away, it will help immensely reaching the right people, if you always also mention the game you're talking of. Link to comment Share on other sites More sharing options...
PatrickTheDM Posted May 26, 2018 Author Share Posted May 26, 2018 Fixed! Thank you DrakeTheDragon. :) I wish I could add "in Skyrim" to the title now. Link to comment Share on other sites More sharing options...
DrakeTheDragon Posted May 26, 2018 Share Posted May 26, 2018 This is unmoderated zone, but on request by the OP of a topic we can close it, so I hope me changing the title is forgivable. :sweat: Link to comment Share on other sites More sharing options...
steve40 Posted May 26, 2018 Share Posted May 26, 2018 (edited) My guess is the rack clears the assigned properties in the script.Not possible. Only editing the esp can do that. However, the reference that the property is pointing at might become invalid for various reasons. And always check your Papyrus log for errors. Edited May 26, 2018 by steve40 Link to comment Share on other sites More sharing options...
steve40 Posted May 26, 2018 Share Posted May 26, 2018 (edited) I don't think there is a way to check script properties in the game.Yep, ShowVars console command. Edit: see also StartPapyrusScriptProfile. Edited May 26, 2018 by steve40 Link to comment Share on other sites More sharing options...
PatrickTheDM Posted May 26, 2018 Author Share Posted May 26, 2018 Awesome on the title DrakeTheDragon and on the tips from steve40! :thumbsup: I do try to find issues in my logs and I just saw a mod that allows for easier viewing of the log. I still have a ton to learn about modding and really appreciate the help. Link to comment Share on other sites More sharing options...
Recommended Posts