• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.

Archived

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

Ark of Truth

Auto equipping armor

Anyone know how to do a script so as soon as you pick up the armor it automatically forces the character to wear it?

Thanks in advance

0

Share this post


Link to post

Something along this line might work:

begin onAdd player

player.equipitem myarmor

end

in your armors item script.

or you could use a quest script to monitor if

player.GetItemCount myarmor > 0

http://cs.elderscrolls.com/ is your friend ;)

0

Share this post


Link to post