SetSubRace
From NWN Lexicon
Contents |
[edit] SetSubRace(object, string)
Sets or changes a creature's or PC's subrace
void SetSubRace( object oCreature, string sSubRace );
[edit] Parameters
oCreature
Creature to set the subrace on
sSubRace
Name of the subrace to set
[edit] Description
Set the name of oCreature's sub race to sSubRace.
[edit] Remarks
Unknown at this time if objects other than creatures can belong to subraces.
[edit] Version
1.31
[edit] See Also
functions: |
author: Lilac Soul