Hello, how do I check if a name has been taken? I'm making a skript where people can create worlds but I want to know if the name they type in has been taken
EX:
command /example <text>:
trigger:
if arg-1 is in {taken}:
stop trigger
# say stuff
else:
# world creation cmd
I tried the skript above, but my error is that the 2nd arg isnt an entity
[doublepost=1622766806,1622765404][/doublepost]bump
EX:
command /example <text>:
trigger:
if arg-1 is in {taken}:
stop trigger
# say stuff
else:
# world creation cmd
I tried the skript above, but my error is that the 2nd arg isnt an entity
[doublepost=1622766806,1622765404][/doublepost]bump