GetSubRace
Talk0
3,586pages on
this wiki
this wiki
The GetSubRace() NWScript command returns the subrace of an object (which must be a creature).
Definition
Edit
string GetSubRace (object oTarget)
object oTarget- The creature whose subrace will be retrieved.
This command will return "" if oTarget is not valid, if oTarget is not a creature, or if oTarget has a blank subrace.