Jump to content

script help maybe


urza

Recommended Posts

Aren't the wings just eqqipable items (like armor?). If they are, just drag 'n drop the wings in the NPC's inventory (all in the Construction Set of course)- no scripts involved.
Link to comment
Share on other sites

Aren't the wings just eqqipable items (like armor?). If they are, just drag 'n drop the wings in the NPC's inventory (all in the Construction Set of course)- no scripts involved.

tryed that but when i add armor to the npc the wings go away or at least that i waht it shows in the windo to previwe the npc

Link to comment
Share on other sites

Hmm. They probably don't equip them. Try deleting every other piece of clothing and armor form their inventory, or i think there is a way to force an item to equip but not sure . Maybe realy a script xD
Link to comment
Share on other sites

All items within a mod must either have been defined within the .esm, or be defined in the mod you are trying to use that item in.

 

As far as wings go, if they are equipped to the tail slot, NPCs will not wear them normally, but instead must be scripted to wear them.

 

Both of these situations are rather common, so you can likely search for the solution.

Link to comment
Share on other sites

Equipitem (or equipitemns if using OBSE) will force an NPC to equip an item. You could have a script attached to the wings that forces an automatic equip when added to the inventory.

---------------------------------------------------------------------------------------------------

 

SCN EquipWingsScript

 

ref MOB

 

Begin OnAdd

Link to comment
Share on other sites

is there any were i can go to learn how to make this type of script?

or can any one just wright it for me i would much rather learn how to do it my self but the script things i have read dont really help

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...