GetWisdom
From NWN Lexicon
Contents |
[edit] GetWisdom(object)
Gets the targets Wisdom Ability Score.
[edit] Parameters
oTarget
The object whose Wisdom you wish to inspect.
[edit] Description
Returns the Wisdom Ability value of oTarget.
[edit] Remarks
Function can be found in nw_i0_plot.nss on line 750.
Very simple function, probably created so the scripters did not have to type out the full call to GetAbilityScore() each time they used it. This merely calls the GetAbilityScore(oTarget, ABILITY_WISDOM) function in that manner.
[edit] Requirements
#include " nw_i0_plot "
[edit] Version
1.22
[edit] See Also
functions: |
author: John Shuell