Spoiler
Scriptname aaatestactscript1 extends ObjectReference ObjectReference Property aaacookstone1 Auto Ingredient Property HISTroll1Heart Auto Quest Property HISQuest1WRTroll Auto Event OnActivate(ObjectReference akActionRef) if (akActionRef == Game.GetPlayer()) && (HISQuest1WRTroll.GetStageDone(40)) Game.GetPlayer().RemoveItem(HISTroll1Heart, 1) aaacookstone1.Enable()elseDebug.Messagebox("You cannot activate this object") endifEndEvent
I've had a look at the different "Update" functions, but not really sure which one to use, or where to use it.
As always any help is much appreciated

EDIT: Please pay no attention to the actual items. I'm not planning on making cooking stones appear when you have troll hearts

