Hello,
I am trying to give a random amount of experience points to the player using this:
but it just returns this:
How do I do this properly?
I am trying to give a random amount of experience points to the player using this:
code_language.skript:
give a random number between {_emin} and {_emax} exp to the player
but it just returns this:
code_language.skript:
('a random number between {_emin}' and '{_emax} exp') can't be added to a player because the former is neither an item type, an inventory nor an experience point
How do I do this properly?