Blockland Forums > Modification Help
Need help with color of messageall now...
Nexus:
--- Quote from: Greek2me on April 26, 2011, 07:41:35 PM ---NL
--- End quote ---
Suddenly it seems painfully obvious D:
Nexus:
--- Quote from: Desolation on April 26, 2011, 01:07:18 AM ---messageall("\c3" @ %client.getPlayerName() @ ":\c2" SPC %message);
--- End quote ---
Double toast, just noticed this:
message all has two arguments for some reason, i believe
messageall("", "your message here.");
Swollow:
messageall("\c3" @ %client.getPlayerName() @ ":\c2" SPC %message);
wait what do I have wrong here?
Red_Guy:
--- Quote from: swollow on April 26, 2011, 08:13:48 PM ---messageall("\c3" @ %client.getPlayerName() @ ":\c2" SPC %message);
wait what do I have wrong here?
--- End quote ---
you got the string syntax right.
but you need another argument for messageAll:
messageAll('', "\c3" @......
Swollow:
--- Quote from: Red_Guy on April 26, 2011, 09:07:08 PM ---you got the string syntax right.
but you need another argument for messageAll:
messageAll('', "\c3" @......
--- End quote ---
oh thank you really appreciate it, I always forget that part for some reason.