I write for test a first script something very simple and attached it to a weapon
Scriptname test extends ObjectReference
Event OnEquipped(Actor akActor)
Debug.Trace("We were equipped by the player!")
endEvent
Event OnEquipped(Actor akActor)
Debug.Trace("We were equipped by the player!")
endEvent
Normaly, if i equip my weapon, i must see message "We were equipped by the player!"
but nothing happen
