Talk:GetPCIsSex

From the Oblivion ConstructionSet Wiki
Revision as of 12:07, 11 June 2006 by imported>TheImperialDragon (question (== 1)?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)