Signals your accumulated experience changing.
Usage:
Event.Experience.Accumulated(accumulated) |
Parameter | Type | Datatype | Description |
accumulated | parameter | variant | Total quantity of accumulated experience in this level. |
Signals your available rested experience changing.
Usage:
Event.Experience.Rested(rested) |
Parameter | Type | Datatype | Description |
rested | parameter | variant | Quantity of available rested experience. |
Returns information on your experience.
Usage:
result = Inspect.Experience() |
Parameter | Type | Datatype | Description |
result | result | table | Table containing information on experience. |
- members
-
accumulated |
Experience accumulated so far in this character level.
|
needed |
Quantity of experience needed to gain a level.
|
rested |
Quantity of available rested experience.
|