Difference between revisions of "EquipItemEx - Actor"
m
no edit summary
imported>Wafflesalot (→Examples: Replaced : with ; to signify comment.) |
imported>SniffleMan m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
'''SKSE Member of:''' [[Actor Script]] | '''SKSE Member of:''' [[Actor Script]] | ||
Forces this actor to equip the specified | Forces this actor to equip the first item in the specified form's extralist to the specified slot. | ||
== Syntax == | == Syntax == | ||
Line 34: | Line 34: | ||
== Notes == | == Notes == | ||
* The first item in the extralist will be the last item added. For example, if the player has two steel swords and they enchant one, then poison the other, the poisoned sword will be equipped. Alternatively, if they poison one sword, then enchant the other, the enchanted sword will be equipped. | |||
* See [[EquipItemById - Actor]] for adding an item without an extralist. | |||
== See Also == | == See Also == |