Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scriptname PapyrusFO4 extends ReferenceAlias
- {Attaches to a quest ReferenceAlias filled with the player in the CK}
- MiscObject Property Item Auto
- {Dont forget to fill this in the script property window.}
- Event OnItemEquipped(Form akBaseObject, ObjectReference akReference)
- ; If the equipped base form is the same as the 'Item' property, then trace a message.
- If ( (akBaseObject as MiscObject) == Item)
- Debug.Trace("You just equipped the " + Item + " item.")
- EndIf
- EndEvent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement