[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GetIsSex"
Jump to navigation
Jump to search
imported>JOG |
imported>JOG m |
||
Line 13: | Line 13: | ||
endif | endif | ||
If GetIsSex Female | If Player.GetIsSex Female | ||
Messagfe "Now, you're a cute one..." | Messagfe "Now, you're a cute one..." | ||
endif | endif |
Revision as of 08:55, 11 June 2006
Returns 1 if the calling actor is of the specified sex (male/female).
Syntax:
GetIsSex Male|Female
Examples:
If GetIsSex Male == 1 Message "You're a Boy, George." endif If Player.GetIsSex Female Messagfe "Now, you're a cute one..." endif