Smirkyguy Posted May 3, 2020 Share Posted May 3, 2020 Making a mod with quest to retrieve an amulet. how do i make it so the quest item just... drops on the ground at skyborn altar when the quest begins? ive been tackling this on and off for 4 months now with no solution in sight... Link to comment Share on other sites More sharing options...
dylbill Posted May 3, 2020 Share Posted May 3, 2020 The simplest way to do this, is to place the amulet at the alter in the creation kit. Edit the reference and check the initially disabled box and give it an ID. Then enable it in your start up stage Papyrus Fragment using MyAmuletRef.Enable() Link to comment Share on other sites More sharing options...
Smirkyguy Posted May 3, 2020 Author Share Posted May 3, 2020 The simplest way to do this, is to place the amulet at the alter in the creation kit. Edit the reference and check the initially disabled box and give it an ID. Then enable it in your start up stage Papyrus Fragment using MyAmuletRef.Enable() when i tried that, one big flaw appeared. the quest item tag didnt turn off upon delivery. you were able to take it back from her, and then it would be stuck in your inventory. Link to comment Share on other sites More sharing options...
Smirkyguy Posted May 3, 2020 Author Share Posted May 3, 2020 i must specify that i still want her to have it, i just dont know why the quest item tag refuses to disable Link to comment Share on other sites More sharing options...
Smirkyguy Posted May 3, 2020 Author Share Posted May 3, 2020 FINALLY figured out how to do it. thanks for the help :D Link to comment Share on other sites More sharing options...
dylbill Posted May 3, 2020 Share Posted May 3, 2020 No problem, glad it's working! Link to comment Share on other sites More sharing options...
Recommended Posts