Solved Invalid use of quotes

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

za_breado

Member
Apr 12, 2024
23
2
3
24
I am having an issue where, even though I had 2 quotes containing my message, it says I do not.

Skript addons: Skbee, SkQuery, skRayFall, Skellet, skript-gui

Skript:
CoffeeScript:
on first join:
    add 1 to {totaljoins}
    set join message to "#084CFB&l[&#195DFB&lM&#296DFB&li&#3A7EFC&ln&#4A8FFC&le&#5BA0FC&lr&#6BB0FC&lw&#7CC1FC&la&#8CD2FD&lv&#9DE2FD&le&#ADF3FD&l] &8&l» &#195DFB&l%player% &rhas joined the server for the first time! &#195DFB&l##%{totaljoins}%"
    give player 1 of unbreakable wooden pickaxe named "&a[Tier 1] &6Cabin Pickaxe"
    set {docompact::%player%} to false
 

Attachments

  • problem.png
    problem.png
    40.1 KB · Views: 74
thats not correct hex formatting the corect format for hec codes are "<##084CFB>" u need 2 hashtags because a hashtags comments it out
 
thats not correct hex formatting the corect format for hec codes are "<##084CFB>" u need 2 hashtags because a hashtags comments it out
Do you mean like this?

<##084CFB>&l[<##195DFB>&lM<##296DFB>&li<##3A7EFC>&ln<##4A8FFC>&le<##5BA0FC>&lr<##6BB0FC>&lw<##7CC1FC>&la<##8CD2FD>&lv<##9DE2FD>&le<##ADF3FD>&l]