GiveXPToCreature(object, int)

Gives an amount of experience to the specified creature.

void GiveXPToCreature(
    object oCreature,
    int nXpAmount
);

Parameters

oCreature

Specific creature to give experience to.

nXpAmount

Amount of experience to give.


Description

Gives nXpAmount to oCreature, adjusted by any multiclass penalty.



Version

1.29

See Also

functions: AddJournalQuestEntry | GetJournalQuestExperience | RewardPartyXP | SetXP
categories: Action on Object Functions | Experience Functions


 author: Jody Fletcher, editor: Charles Feduke, additional contributor(s): Alec Usticke
 Send comments on this topic.