Scriptname Adorfscript extends ObjectReference Event OnEquipped(Actor akActor)akActor.setscale(2)Self.Delete()endEvent
The setscale is just to verify that it was firing, and it is, when I equip it my character is doubled in size
I can't figure out why the item isnt being deleted though
