Difference between revisions of "OnObjectEquipped - Actor"

3 bytes removed ,  00:56, 16 September 2013
→‎Examples: modify source lang tag value to remove "error" boxes
imported>IsharaMeradin
(→‎Syntax: Changed source language to text from papyrus since papyrus is an unknown language by wiki software. The red "error" boxes are annoying.)
imported>IsharaMeradin
(→‎Examples: modify source lang tag value to remove "error" boxes)
Line 16: Line 16:


== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="text">
Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference)
Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference)
   if akBaseObject as Weapon
   if akBaseObject as Weapon