SetAge(object, int)
From NWN Lexicon
Jump to navigationJump to searchSets the age of oCreature.
Parameters
- oCreature
- The object to set the soundset for.
- nAge
- The age to set
Description
Sets the age of oCreature.
Remarks
The toolset doesn't have an age field for NPCs, this allows you to set one which might be useful for custom content or roleplaying reasons. It can, on a longer term persistent world or if the module has a timeskip actually change the age of a creature by the right amount of time.
Version
This function was added in 1.88.8193.36 of NWN:EE.
Example
See Also
functions: | GetAge() |
author: Shadguy