×

AddMoney / AddGems / AddXp

 

How to add Money

To add money in the game, you can use the “AddMoney” interface with the following inputs:
‘Target’ = the “PlayerCode” reference from the “Get player” function
“MoneyToAdd” = a float value representing the amount of money to add to or subtract from the player's account.

How add money

 

How to add Xp

To add xp in the game, you can use the “AddXp” interface with the following inputs:
‘Target’ = the “PlayerCode” reference from the “Get player” function
“XpToAdd” = a integer value representing the amount of money to add to or subtract from the player's account.

how add xp

 

How to add Gems

To add money in the game, you can use the “AddMoney” interface with the following inputs:
‘Target’ = the “PlayerCode” reference from the “Get player” function
“GemsToAdd” = a float value representing the amount of money to add to or subtract from the player's account.

How add gems