Hmm this doesn't seem to be working as it gives me a huge error i think i may need to change the quest? I know there's a quest manager but i'm confused on how to work it?
Could you provide a save? Otherwise I did already post in this thread explanation for quest manipulation for manual save editing and via console.
For example:
QuestManager.quests[GLOBALS.QUEST_DRACONIC_POWER].currStates.pop()
you can also use push() to push values to quest array.
QuestManager.quests[GLOBALS.QUEST_DRACONIC_POWER].currStates.push(0) - but this is not tested
Ofc the real thing is me getting a save and manipulating it with reverse engineering ;P
Edit: And from looking on code it seems the quest is more important than item anyway -> just maybe call to delete item will fail without it.