Solved I dont think i did this right... can someone 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.

XxFabxX

Member
Jul 9, 2020
2
0
1
Skript Version: Skript 2.5 (dev20c)
Skript Author: Shanebeee
Minecraft Version: 1.16
Code (Skript):
command /aach <text>:
trigger:
message the chat %player% has completed the challenge &5[%string%]
Errors on Reload:
string: aach.sk, line 3: message'"player has completed the challenge &5[%string%]'")
[Skript] Encountered 1 error while reloading aach.sk
 
Skript Version: Skript 2.5 (dev20c)
Skript Author: Shanebeee
Minecraft Version: 1.16
Code (Skript):
command /aach <text>:
trigger:
message the chat %player% has completed the challenge &5[%string%]
Errors on Reload:
string: aach.sk, line 3: message'"player has completed the challenge &5[%string%]'")
[Skript] Encountered 1 error while reloading aach.sk
Try:
code_language.skript:
command /aach <string>:
    trigger:
        message "%player% has completed the challenge &5[%arg 1%]" to all players
Is this what you want?
 
Status
Not open for further replies.