when i reload my code it give me this error:
Error:
https://imgur.com/a/zwCrtnT
Code:
Options:
Incorrent-Usage-Error: Correct Usage Is /ck give <player> <virtual/key> <crate> <amount>
can someone please tell me why i am getting this error. (PS. i used tabs when making this skript)
Error:
https://imgur.com/a/zwCrtnT
Code:
Options:
Incorrent-Usage-Error: Correct Usage Is /ck give <player> <virtual/key> <crate> <amount>
Code:
Options:
Incorrent-Usage-Error: Correct Usage Is /ck give <player> <virtual/key> <crate> <amount>
command /ck <text> <text> <text> <text> <text>:
trigger:
if arg-1 is "give" or "Give":
if arg-2 is set:
set {_p} to arg-2 parsed as player
if {_p} is online:
if arg-3 is set:
if arg-4 is set:
if arg-5 is set:
message "good" to player
else:
message "{@Incorrent-Usage-Error}" to player
else:
message "{@Incorrent-Usage-Error}" to player
else:
message "{@Incorrent-Usage-Error}" to player
else:
message "{@Incorrent-Usage-Error}" to player
can someone please tell me why i am getting this error. (PS. i used tabs when making this skript)