Difference between revisions of "OnObjectEquipped - Actor"

3 bytes removed ,  00:54, 16 September 2013
→‎Syntax: Changed source language to text from papyrus since papyrus is an unknown language by wiki software. The red "error" boxes are annoying.
imported>Jonwd7
m (Typo)
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.)
Line 7: Line 7:


== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="text">
Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference)
Event OnObjectEquipped(Form akBaseObject, ObjectReference akReference)
</source>
</source>