Tab error help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
May 6, 2019
34
0
0
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>

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)
 
Status
Not open for further replies.