×

GetXpAndLevel

 

The "GetXpAndLevel" event is used to provides the xp, xp max and the current level of the player.

 

To get the xp, xp max and the current level of the player, you can use the “GetXpAndLevel” interface with the following inputs:

  • ‘Target’ = The “PlayerCode” reference from the “Get player” function

 

and the function returns the following parameters:

  • ‘Player Level’ = provides the current player level
  • ‘Player Xp’ = gives the current xp count of the player
  • ‘Player Max Xp’ = gives the max xp of the current level of the player