hornyboy Posted January 25, 2013 Posted January 25, 2013 Question 1 Are the clothing formlist (i.e. SexoutSLoutfitappearNaked) for sexout still working? Question 2 Does it make any different if i use a custom body but not the one in Sexout.esm? Question 3 i tried to setup a condition check for a dialogue to check if the player is naked using [GetisEquipped][subject][sexoutSLoutfitappearNaked]== 1 but it dont seem to work no matter if my character is naked or not Question 4 Can someone show me a working condition check for checking if the player is naked? Thanks for your time.
zippy57 Posted January 25, 2013 Posted January 25, 2013 1. They should be. 2. No. 3. That will only check if you're wearing an item in that formlist; if you are actually naked (not wearing an armor item that looks like a nude body) it won't work. 4. Yes. Someone else.
Halstrom Posted January 25, 2013 Posted January 25, 2013 Question 1Are the clothing formlist (i.e. SexoutSLoutfitappearNaked) for sexout still working? Question 2 Does it make any different if i use a custom body but not the one in Sexout.esm? Question 3 i tried to setup a condition check for a dialogue to check if the player is naked using [GetisEquipped][subject][sexoutSLoutfitappearNaked]== 1 but it dont seem to work no matter if my character is naked or not Question 4 Can someone show me a working condition check for checking if the player is naked? Thanks for your time. That formlist is for naked bodysuits like the pregnant bodysuits or outfits that basicly cover a very small percentage of the body that won't interfere with sexual activities. To check if the actor is naked Set rWornOutfit to rZActor.GetEquippedItem 2 ; *** (Slot 2 is upperbodysuit) Set iActorClothed to 0 if rWornOutfit Set iActorClothed to 1 endif Bear in mind if the actor is naked and you try to do anything with rWornOutfit, like read it's health percentage, you will crash the script.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.