Inspect.TEMPORARY.Experience (deprecated)

Returns information about the player's experience.

Usage:

accumulated, rested, needed = Inspect.TEMPORARY.Experience()
ParameterTypeDatatypeDescription
accumulatedresultnumberThe amount of experience that has accumulated towards the next level.
neededresultnumberThe amonut of experience required to reach the next level.
restedresultnumberThe amount of rested experience that has accumulated.
deprecated
standard