ActionUseTalentAtLocation(talent, location)

From NWN Lexicon
Jump to navigationJump to search
Information icon.png This article is in need of examples. You can help the NWN Lexicon by showing how to use this code effectively.

Use tChosenTalent at lTargetLocation.

void ActionUseTalentAtLocation(
    talent tChosenTalent,
    location locTargetLocation
);

Parameters

tChosenTalent
Talent to use.
locTargetLocation
Location to use it at.

Description

Information icon.png This section of the article is a stub. You can help the NWN Lexicon by expanding it.

Use tChosenTalent at lTargetLocation.

Known Bugs

This function doesn't work with feat type of talents.

Version

1.61

See Also

functions:  ActionUseTalentOnObject



 author: Ryan Hunt, editor: Lilac Soul