Difference between revisions of "Osiris/API/CharacterLeveledUp"
From Divinity Engine Wiki
m |
|||
Line 6: | Line 6: | ||
* '''_Character''': the character gaining a level. | * '''_Character''': the character gaining a level. | ||
===== Notes ===== | ===== Notes ===== | ||
− | Thrown once per level the character gains. For PCs, this event is thrown when the character gains enough XP to advance to the next level, even if they don't spend their new points. | + | * Thrown once per level the character gains. For PCs, this event is thrown when the character gains enough XP to advance to the next level, even if they don't spend their new points. |
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterLevelUp|CharacterLevelUp]] | * [[Osiris/API/CharacterLevelUp|CharacterLevelUp]] |
Latest revision as of 10:43, 19 August 2018
Full Definition(s)
- event CharacterLeveledUp((CHARACTERGUID)_Character)
Description
Sent when a character levels up.
Parameters
- _Character: the character gaining a level.
Notes
- Thrown once per level the character gains. For PCs, this event is thrown when the character gains enough XP to advance to the next level, even if they don't spend their new points.