Difference between revisions of "EquipItemEx - Actor"
→Examples: Replaced : with ; to signify comment.
imported>Wafflesalot (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Actor Script Forces this actor to equip the specified item at the specified slot. == ...") |
imported>Wafflesalot (→Examples: Replaced : with ; to signify comment.) |
||
Line 24: | Line 24: | ||
== Examples == | == Examples == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
;Force the player to equip swordProperty to the Default slot | |||
Game.GetPlayer().EquipItemEx(swordProperty) | Game.GetPlayer().EquipItemEx(swordProperty) | ||
</source> | </source> |