Hey guys,
Im trying to make a command which gives the player a random amount of money. This is the code i currently have:
But the problem is that it isnt working. Can you guys help me out?
Im trying to make a command which gives the player a random amount of money. This is the code i currently have:
code_language.skript:
command /addmoney:
trigger:
set {%player%.money} to random integer between 1 and 5000
add %{%player%.money} to the player's balance
But the problem is that it isnt working. Can you guys help me out?