SetGender(object, int)
From NWN Lexicon
Jump to navigationJump to searchSet the gender of oCreature.
Parameters
- oCreature
- The object to set the gender for.
- nGender
- The gender to apply to oCreature.
Description
Set the gender of oCreature.
- nGender: a GENDER_* constant.
Remarks
Version
This function was added in 1.86.8193.35 of NWN:EE.
Example
See Also
constants: | GENDER_* Constants |
functions: | GetGender() |
author: Shadguy