Solved Case Sensitive??

  • 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.

Pykaxe

Member
Jul 26, 2017
32
1
0
I have a big problem!

I made a test command...

It would broadcast %arg-1%, and when i typed /test PykAXE it broadcasted Pykaxe not PykAXE

How can i fix this? pls pls help :emoji_frowning: :emoji_frowning:
 
I have a big problem!

I made a test command...

It would broadcast %arg-1%, and when i typed /test PykAXE it broadcasted Pykaxe not PykAXE

How can i fix this? pls pls help :emoji_frowning: :emoji_frowning:
Post your code, versions and related info per the Skript help format please, It just helps everyone to help you better.
Especially since in this case I can't reproduce your issue. Mine broadcasts no trouble
560ef18236.png
 
Can't fix what I can;t see^-^ elsewise I just have to make guesses
 
@Wynnevir Here :emoji_slight_smile:

code_language.skript:
command /test [<offline player>]:
    trigger:
        broadcast "%arg-1%"

Skript:
Skript Bensku 25

Server Version:

Spigot 1.8.8

Addons:

Skellett, SkLib, SkDragon, mundoSK, RayFall, Query, SkStuff, Vixio, Utilities, Tuske
 
@Wynnevir Here :emoji_slight_smile:

code_language.skript:
command /test [<offline player>]:
    trigger:
        broadcast "%arg-1%"

Skript:
Skript Bensku 25

Server Version:

Spigot 1.8.8

Addons:

Skellett, SkLib, SkDragon, mundoSK, RayFall, Query, SkStuff, Vixio, Utilities, Tuske
your problem is your argument. That needs to be [<text>]. pulling a playername will always correct the case of the letters to the users name, while text will take what you give it
[doublepost=1502412051,1502411955][/doublepost]oh also, if you need it to be referenced as a player later on in your code, just parse the text argument as an offline player at that point. best of both worlds~
 
Status
Not open for further replies.