Ok so i have this code
But When i Run it i get this error so if someone could help me figure out whats wrong that'd be nice
Code:
command /setability <string> <string:
description: description
permission: op
trigger:
if arg-1 is "Passive":
if arg-2 = "Fire":
set {Passive::%player%} to "Fire"
if arg-2 is "Thunder":
set {Passive::%player%} to "Thunder"
if arg-2 is "Ice":
set {Passive::%player%} to "Ice"
if arg-2 is "Earth":
set {Passive::%player%} to "Earth"
if arg-2 is "Air":
set {Passive::%player%} to "Air"
if arg-2 is "None":
delete {Passive::%player%}