saracrisci Posted September 5, 2017 Share Posted September 5, 2017 I've got an item that I want to run a script on. Item works and is fine, but the script isn't starting up when I equip the item. What am I doing wrong? Scriptname WSG_Script_Test extends ObjectReference Event OnEquipped(Actor akActor) Debug.Notification("Hello, world!") endEvent Link to comment Share on other sites More sharing options...
Recommended Posts