GetPCIsSex

From the Oblivion ConstructionSet Wiki
Revision as of 09:01, 14 November 2011 by imported>Jaime74 (Removed junk injection)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns 1 if the player is of the specified sex (male/female).

(Mainly useful as a condition function in cases where the player isn't the "target")


Syntax:

GetPCIsSex Male|Female

Examples:

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

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


See Also[edit | edit source]

GetIsSex