Blockland Forums > Modification Help
Need help with color of messageall now...
Desolation:
--- Quote from: Nexus on April 26, 2011, 07:57:15 PM ---Double toast, just noticed this:
message all has two arguments for some reason, i believe
messageall("", "your message here.");
--- End quote ---
Hm, my mistake, I haven't used it in a long time.
Kalphiter:
--- Quote from: Nexus on April 26, 2011, 07:57:15 PM ---Double toast, just noticed this:
message all has two arguments for some reason, i believe
messageall("", "your message here.");
--- End quote ---
Not even.
messageall('', "your message here.");
otto-san:
--- Quote from: Kalphiter on April 26, 2011, 10:38:14 PM ---Not even.
messageall('', "your message here.");
--- End quote ---
the only difference is that you used apostrophes and he used quotation marks.
it doesn't matter if nothing is in there i'm pretty sure, it's all a NULL string
Kalphiter:
--- Quote from: otto-san on April 26, 2011, 10:47:52 PM ---the only difference is that you used apostrophes and he used quotation marks.
it doesn't matter if nothing is in there i'm pretty sure, it's all a NULL string
--- End quote ---
It will matter when you insert "bottomPrint" and find out it won't work.
otto-san:
--- Quote from: Kalphiter on April 26, 2011, 11:09:03 PM ---It will matter when you insert "bottomPrint" and find out it won't work.
--- End quote ---
But he isn't.
--- Quote from: otto-san on April 26, 2011, 10:47:52 PM ---it doesn't matter if nothing is in there i'm pretty sure, it's all a NULL string
--- End quote ---
edit:
Anyways, don't get into the habit of using quotation marks either way. Most people including myself use apostrophes because they work indefinitely.