WyrdOh Posted October 10, 2009 Share Posted October 10, 2009 Just wondering if there is a FormID for your character being 'nude' for the purposes of scripting, either that or some function I can use to determine when they aren't clothed. I'm trying to write something that will equip an item of clothing in the event that the character isn't wearing anything and I'm a little stumped since the FOSE function GetObjectEquipped doesn't print to the console when it's used there and I don't really know how to find it otherwise. Link to comment Share on other sites More sharing options...
gsmanners Posted October 10, 2009 Share Posted October 10, 2009 Try this: if npcRef.GetArmorRatingUpperBody == 0 then npcRef.additem OutfitWasteland02 1 npcRef.equipitem OutfitWasteland02 endif Works fine in my experience and you don't need FOSE. Link to comment Share on other sites More sharing options...
Recommended Posts