IncrementRemainingFeatUses(object, int)

Give a creature one extra use of a given feat

void IncrementRemainingFeatUses(
    object oCreature,
    int nFeat
);

Parameters

oCreature

Creature to increment the feat uses of

nFeat

FEAT_*


Description

Increment the remaining uses per day for this creature by one.
Total number of feats per day can not exceed the maximum.



Remarks

You can not use this command to give a creature feat uses in a feat it doesn't have.

It does work on PC's, and is most useful for replenishing feats which have associated script as they are used up (such as a Pale Masters death touch), where the feat was just used from.


Version

1.61

See Also

categories: Talents/Skills/Feats Functions
constants: FEAT_* Constants


 author: Lilac Soul, editor: Jasperre