Scriptname aadpFeintTokenScript extends ObjectReferenceEvent OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer) actor me = akNewContainer as actor Utility.wait(me.getactorvalue("block")) Me.removeitem(Self, 1, true)endeventNow I am sure that SELF will not work as it refers to the script and not the token.
Is there any way to get the token dynamically so that I do not need to make 7 different scripts?



One of the coolest things about Papyrus, IMO, is the capacity for a single script to pull off multiple tasks like that.