Issue adding gold and removing quest item.

Post » Mon Jun 18, 2012 12:44 pm

I have set the below in the final part of my quest under 'Quest Stages' the below script.


SetObjectiveCompleted(30)Alias_Elise.GetReference().AddItem(Alias_Ring.GetReference())Game.GetPlayer().AddItem(Gold001, 500)

The NPCs Alias is set to 'Alias_Elise' have checked that under the properties tab.
Have set Gold001 as an Misc Object under properties, and it is linked to 'Gold001'

But the script will compile and finish the quest, yet not remove the ring nor add the Gold.

Is there something else that needs referencing that I could possibly have missed? The tutorial I followed worked fine, added the money and removed the item, but a mod I made seperately has this issue and I am unable to locate where I am going wrong.
User avatar
Sista Sila
 
Posts: 3381
Joined: Fri Mar 30, 2007 12:25 pm

Return to V - Skyrim