Ok this blog is a little more complex on making a custom commands.
Today I will show you how to use HTML codes to place color in your custom command. So lets pick up where we left off.
Elit PKMN watches... {mario} collect {coin}s with [MEMBER]
the new part of the command will require this code
<span style="color:#f00"> TEXT HERE
</span>
As you can see "TEXT HERE" is where you will be placing the wordy part of the command
The part of the code with "#f00" is the color that the text will appear as. The number f00 = the color red.
So now to show you what the whole command will look like put together
<span style="color:#f00"> {mario} collect {coin}s with [MEMBER] </span>
Now that text will appear in red. The part of the command where it says "Elite PKMN watches" will remain blue and unchanged.
Hear are a few colors that correspond with the order and color of the chat rooms colors
you can test out different corresponding digits and letter to different colors
Please remember when making command not to spam you command to no end
~Command abuse that will result in a Warning~
-Command Spam
-Hate Speech
-Sexual References
-Using Marquee (scrolling text)
-Making large text
-Flashing Text
-Making tables and frames
-Any HTML that lags the room or alters other room text
~!~Command Abuse that will result in a ban ~!~
-Command Spam after Warning
-HTML images in commands
-Links to 18+ sites
*Rules on commands are subject to a change at anytime