Jump to content

I can't get past "Hello World".


saracrisci

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...