Jump to content

Recommended Posts

Posted

Let me begin by saying that I did take a look over at the TESCS Wiki's Beginner's Guide. However, I didn't see anything in there that would help me to build the mod I want to build, so...

 

I'm trying to create my first mod ever, so I thought I'd go with something relatively simple: a piece of equipment. What I want to do is create a ring that, like the old AD&D magic item, the Girdle of Femininity/Masculinity, changes your gender when you put it on. But I don't want it to be permanent like the Girdle was; I want the effect to reverse when you take the ring off. I also want a windowed message to pop up whenever you equip/unequip it. I've already created the item listing for the ring, however, I haven't the faintest idea how to code the effect into the CS. I tried setting up the script to use the 'sexchange' console command, but that didn't get me anywhere; the script editor wouldn't accept it.

So, can anyone help with this? I do have OBSE already loaded if that will be required to add the windowed messages.

Posted
It's not possible to change gender via script. The OBSE con_SexChange function is essentially a console command and not designed for scripts. The only way, that I know of, of changing gender in-game is via the character gen menu, in which case you will lose all of your stats.
  • Recently Browsing   0 members

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