Jump to content

Help with some scripting please


Recommended Posts

Posted

I wish to add High Heels and a Neck Seam Necklace to females during sex, however I want the females to return to their original dress state after sex.

 

    set offence to player
    set defence to getself

    if defence.IsFemale
        defence.AddItemNS XXXJewelryNecklaceGold 1
        defence.EquipItemNS XXXJewelryNecklaceGold
        defence.AddItemNS UpperShoesUnplayable 1
        defence.EquipItemNS UpperShoesUnplayable
        endif

        If Offence.IsFemale
        offence.AddItemNS UpperShoesUnplayable 1
        offence.EquipItemNS UpperShoesUnplayable
            endif

 

and the appropriate remove items as well.

 

I just need to know where to place this and in which script. Ive been trying fro ages and cant work out which script to add it to.

 

Any help would be appreciated

 

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...