Jump to content

Easy Question


hunterx1x

Recommended Posts

Ok, I just fixed up some armor, but honestly i dont know how to make it bound armor.

 

does anyone know a solution to this question?

 

 

 

-Hunter :thanks:

 

Scripted spell effect. Using any of the standard spell effects can lead to issues.

 

Basically;

 

Beginscripteffectstart

player.additem xxxxxx 1

player.equipitem xxxxxx

end

 

Beginscripteffectfinish

Player.unequipitem xxxxxx

player.removeitem xxxxxx 1

end

 

Where xxxxxx is the form ID for that piece of equipment. You would need OBSE and some additional scripting to make the player wear what they were wearing before once the spell effect duration ended.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...