Im broke.... not even the absolutely most basic thing works. Im trying for several hours to get at least SOMETHING to work but in fact not a single thing worked. I tried so many possibilities and get either a compiler error or simply noting happens in the game.
What I have:
Dublicated Iron Dagger with Form ID 020012D1.
Attached onto that dagger is a script.
That script ONLY lines are:
Scriptname _WOSTest1 extends ObjectReferenceEvent OnEquip(Form akBaseObject, ObjectReference akReference)Debug.MessageBox("Executed!")endEvent
I really cannot imagine anything which is more simple. The tutorial maybe, because there they reference to an object, which is already in the world.
However, in many situations I wont have this luxury. The fact that even this thing does not work tells me it must be fundamentally different with objects, that are created/summond in game.
After I saved everything I start the game, call "player.additem 020012D1 1" in the console, equip the dagger and .... nothing. Just nothing. I have no idea to make it even more easier. It seems the whole script is not called... and I have no clue why.
Really, no idea.
Why is this not working? What am I doing wrong?