"Usage" Flag question

  • 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 comminuty!

    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.

BrettPlayMC

Supporter
Jan 26, 2017
715
53
28
SkUnity Street
So I know in script you can use the addition of "Usage:" Before "trigger:" in your scripts. I put Usage and then a message but whenever I reload and run the command with the wrong usage, it still says "Correct usage:" before my message in chat. Can I change this in any way? :emoji_slight_smile:
 
So I know in script you can use the addition of "Usage:" Before "trigger:" in your scripts. I put Usage and then a message but whenever I reload and run the command with the wrong usage, it still says "Correct usage:" before my message in chat. Can I change this in any way? :emoji_slight_smile:
Can you show your full code please?
 
I don't quite get your explanation. To clarify, are you trying to have your own custom "Correct Usage:" message or are you trying to fix it so you don't get the message when you do the command correctly?

Pictures and full code could be useful as well.
 
To remove the correct usage, add [] to the <offlineplayer>

code_language.skript:
command /command [<text>]:
trigger:
     if arg-1 is not set:
          #Do your usage msg here
 
Thanks! <3
If you want it to not be in any of your commands and it's a private script you can open the Skript.jar file, then go to the lang folder and open the english.lang, search the command section and leave the values "Usage" and "Correct usage" in blank.
 
Status
Not open for further replies.