TalentFeat

From NWN Lexicon



Contents

[edit] TalentFeat(int)

Creates a talent that corresponds to an associated D&D feat.

talent TalentFeat(
    int nFeat
);

[edit] Parameters

nFeat

FEAT_*


[edit] Description

Creates a talent out of a feat constant. This is used in conjunction with various talent abilities to determine the best action the AI should attempt.

This should not be used - it doesn't currently work.



[edit] Remarks

It should do the same as ActionUseFeat(), but currently is broken and using it doesn't work in anyway whatsoever. Definatly use ActionUseFeat() until it is fixed or removed.


[edit] Known Bugs

Currently, anytime this is used, it is invalid and if passed into ActionUseTalent, it will result in the NPC not doing anything and standing there.


[edit] Version

1.22

[edit] See Also

functions: 

TalentSpell

constants: 

FEAT_* Constants



 author: Jody Fletcher, editor: Jasperre
 

Personal tools
Categories