Blockland Forums > Help
Welcome message not working
Swollow:
an addon could be breaking it
KoopaScooper:
Put a backslash before apostrophes and it should work again
DaBlocko:
What apostrophes? And if an addon is breaking it, do you know of any that are suspect swollow?
Greek2me:
Set the message to this and tell us if it works then:
--- Quote ---\c2Welcome to Blockland, %1.
--- End quote ---
KoopaScooper:
--- Quote from: DaBlocko on January 28, 2012, 12:12:59 PM ---What apostrophes? And if an addon is breaking it, do you know of any that are suspect swollow?
--- End quote ---
Example, if your welcome message is like this:
--- Code: ---Welcome to my server, don't forget to read the rules!
--- End code ---
would need to be
--- Code: ---Welcome to my server, don\'t forget to read the rules!
--- End code ---
I don't have my welcome message with the top code but I have it with the bottom one.