I want to create a new script, so i want the command to be like this
The "if arg 1 is "help" or "cmds" doesn't work.
it Unexpected entry 'if arg 1 is "help" or "cmds"'. Check whether it's spelled correctly or remove it.
Does it need an addon or what? please answer asap.
Dont take care about the /test thing. just the if arg 1 is "help"
code_language.skript:
command /test [<text>]:
trigger:
send "&6test by Pingusate"
send "&3Use /test help for more informations"
send "&6Version: 1.11"
if arg 1 is "help" or "cmds":
send "&7&m------------------------&c&m------&7&m------------------------"
send "&6/test &7Shows information about the script."
The "if arg 1 is "help" or "cmds" doesn't work.
it Unexpected entry 'if arg 1 is "help" or "cmds"'. Check whether it's spelled correctly or remove it.
Does it need an addon or what? please answer asap.
Dont take care about the /test thing. just the if arg 1 is "help"