I'm making a strength stat for players but ran into a problem. Whenever I try to add my variable into a damage calculation I get this error:
View attachment 499
My code is:
View attachment 499
My code is:
code_language.skript:
on damage:
damage = damage + %{strength.%player%}% * 2