and today I just tried using GetItemCount on a chest to make it return the value of the gold.
Unfortunately I always get the result of zero instead of the correct value, even after I put some money there. Here is my scripts used on my "DDDchest"
I linked the property.
-----------------
Scriptname DDDchest extends ObjectReferenceint Function GetItemCount(Form akItem) nativeMiscObject property gold001 autoEvent OnActivate(ObjectReference akActionRef) Debug.Notification(GetItemCount(gold001) )EndEvent-----------------------------------------
Personally I think it's a pretty easy one but I'm just against the odds.
I'm much obliged if you can help me! Thank you thank you very much!