Hello, I am having a problem with skript.
That is the skript I am trying to run, but it gives me this error when I try to run it.
Could it be my skript version?
Code:
on click:
if the 4th line of the lore of the player's tool is "&8Level 3":
if player's level is lower or equal to 2:
damage player by 5 hearts
send "&c&lYou are not high enough level to use this item." to the player
That is the skript I am trying to run, but it gives me this error when I try to run it.
Code:
Can't compare 'player's exp level' with an integer (level.sk, line 3: if player's exp level is less than or equal to 1:')
Could it be my skript version?