I've a great little script from JustinOther that triggers an event on getting an item off of an NPC. What I need now is something similar but a trigger when reading a certificate (note).
I've been piecing together different things I've been finding while researching this but there is still stuff I need to learn about this to get it to work.
This is what I am working on:
ScriptName AntreCertFreeFamily extends ObjectReferenceObjectReference Property YourMarkerREF AutoEvent OnRead() If akNewContainer == Game.GetPlayer() YourMarkerREF.Enable() Debug.Notification("The Fisher Family Has Been Set Free!") EndIfEndEventI have no idea what the different ak style variables are so I don't know what to change that to....if that's what I need to do.
I've played around with stuff like "akItemRead" and "akOnRead" etc etc. But I am sure the "IF" conditional is the problem here.
Thanks in advance for any and all help

