code_language.skript:
if arg 1 is "take":
if {money.%arg 2%} is < of arg 3:
send "&6%arg 2% &cnon ha abbastanza soldi. Ha &6%{money.%arg 2%}% &csoldi."
if {money.%arg 2%} is > of arg 3:
send "&aHai tolto &6%arg 3% &adai soldi di &6%arg 2%&a. Ora ha &6%{money.%arg 2%}% &asoldi."
This code gives me errors, how can I check if the player has less money then the amount I want to take?
[doublepost=1518722675,1518721299][/doublepost]Solved