Solved chat format gone wrong?

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

dudle

Active Member
Jan 31, 2017
135
0
16
45
When the message is too long and goes to the next line, it turns gray, why though?

https://prnt.sc/ffp41f

code_language.skript:
on chat:
    if {chat::%player%} is "white":
        set message to "&f%message%"

on chat:
    cancel event
    loop all players:
        send "%player's display name% &8: %message%" to loop-player

This happens on MC 1.8.8 & Skript dev-27
[doublepost=1496583026,1496570662][/doublepost]Anyone please?
 
When the message is too long and goes to the next line, it turns gray, why though?

https://prnt.sc/ffp41f

code_language.skript:
on chat:
    if {chat::%player%} is "white":
        set message to "&f%message%"

on chat:
    cancel event
    loop all players:
        send "%player's display name% &8: %message%" to loop-player

This happens on MC 1.8.8 & Skript dev-27
[doublepost=1496583026,1496570662][/doublepost]Anyone please?
stop pushing...

Because Dev 27 is bug.... Use Dev 25 until dev27 100% complete finish.
 
When the message is too long and goes to the next line, it turns gray, why though?

https://prnt.sc/ffp41f

code_language.skript:
on chat:
    if {chat::%player%} is "white":
        set message to "&f%message%"

on chat:
    cancel event
    loop all players:
        send "%player's display name% &8: %message%" to loop-player

This happens on MC 1.8.8 & Skript dev-27
[doublepost=1496583026,1496570662][/doublepost]Anyone please?
Dev28c should fix it.
 
When the message is too long and goes to the next line, it turns gray, why though?

https://prnt.sc/ffp41f

code_language.skript:
on chat:
    if {chat::%player%} is "white":
        set message to "&f%message%"

on chat:
    cancel event
    loop all players:
        send "%player's display name% &8: %message%" to loop-player

This happens on MC 1.8.8 & Skript dev-27
[doublepost=1496583026,1496570662][/doublepost]Anyone please?
What is the error?
 
Status
Not open for further replies.