SetOutfit(Outfit)

Post » Mon Jun 18, 2012 11:46 pm

Basically i'm trying to increase compatibility for my mod so i tried removing outfits by script.
Example being

Actor Property Lydia Auto
Outfit Property Outfit Auto

Event OnInit()
Lydia.SetOutfit(Outfit)
EndEvent

So if i set to any other outfit it does change them but if set to NONE.. well nothing happens.
So i figure NONE is not a property but a lack of property.

My question : Is there another approach and what would it be , and is there a chance we get property that would match Outfit NONE choice??

Kk that's it. Thanks in advance.
User avatar
Ash
 
Posts: 3392
Joined: Tue Jun 13, 2006 8:59 am

Post » Mon Jun 18, 2012 5:05 pm

I do not know whether it is possible but couldn't you create a new empty outfit?
User avatar
Kelly James
 
Posts: 3266
Joined: Wed Oct 04, 2006 7:33 pm

Post » Tue Jun 19, 2012 2:02 am

I do not know whether it is possible but couldn't you create a new empty outfit?

Yes i could, but i need the outfit to be set on none cause otherwise followers have issues with equipping certain gear, as in rather stay naked then wear robes and such.
User avatar
Matt Gammond
 
Posts: 3410
Joined: Mon Jul 02, 2007 2:38 pm

Post » Mon Jun 18, 2012 8:46 pm

Small bump in hopes someone with an idea sees it..
User avatar
adam holden
 
Posts: 3339
Joined: Tue Jun 19, 2007 9:34 pm

Post » Mon Jun 18, 2012 10:50 pm

Have you tried removing the outfit property and instead doing:

Lydia.SetOutfit(None)

I don't know if that's actually any different, but it would be worth a try.
User avatar
Guinevere Wood
 
Posts: 3368
Joined: Mon Dec 04, 2006 3:06 pm


Return to V - Skyrim