Jump to content

Gender restricted armor


amnes

Recommended Posts

Yes.

 

Scriptname ExampleSCPT

Begin OnEquip

if GetPCIsSex Male
	unequipitem ExampleITEM
endif
end

 

You place this on the piece of armor for females only.

 

It works! Thanks a lot.

But I am confused that I have to write player.unequipitem instead of unequipitem to make it work.

I think player.unequipitem is for PC and unequipitem for NPC, right?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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