Talk:GetPCIsSex

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

Do I have to put == 1 in the script line? Because in the examples, one ends in Male == 1 and the other ends in Female. Do they both work?

Examples:

If GetPCIsSex Male == 1
  Message "You're a Boy, George."
endif

If GetPCIsSex Female
  Message "Now, you're a cute one..."
endif

The Imperial Dragon 13:07, 11 June 2006 (EDT)


Yes, this is why I made those examples ;)
See the "If"-page. (And the set page as well for some really tricky expressions)
--JOG 13:31, 11 June 2006 (EDT)