GetCharisma
From NWN Lexicon
Jump to navigationJump to search
GetCharisma(object)
Gets the targets Charisma Ability Score.
Parameters
oTarget
The object whose Charisma you wish to inspect.
Description
Returns the Charisma Ability value of oTarget.
Remarks
Function can be found in nw_i0_plot.nss on line 758.
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_CHARISMA) function in that manner.
Requirements
#include " nw_i0_plot "
Version
1.22
See Also
functions: |
author: John Shuell