Welcome to the Builder Academy

Question Color

More
20 Jun 2012 19:10 #117 by Mindcloud
Color was created by Mindcloud
In 3.63 I cannot seem to get color to work, I have it turned on and I've tried using @@<letter>. Not sure what I'm doing wrong.

Please Log in or Create an account to join the conversation.

More
20 Jun 2012 20:21 #118 by Liko
Replied by Liko on topic Re: Color
@@ was replaced with /t then the letter

like /tR = bright red

so /tRtest/tn would be bright red and the /tn would stop the color bleed.

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
20 Jun 2012 23:13 #121 by rudeboyrave
Replied by rudeboyrave on topic Re: Color
I think im going to stay with @'s :P.

CyberASSAULT
www.cyberassault.org
cyberassault.org 11111
A post-apocalyptic, sci-fi MUD.

Please Log in or Create an account to join the conversation.

More
20 Jun 2012 23:40 #122 by Liko
Replied by Liko on topic Re: Color

rudeboyrave wrote: I think im going to stay with @'s :P.


I find the new color system to be quite easy to use.

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
21 Jun 2012 01:40 #128 by Vatiken
Replied by Vatiken on topic Re: Color

Liko wrote: @@ was replaced with /t then the letter

like /tR = bright red

so /tRtest/tn would be bright red and the /tn would stop the color bleed.

\t

and...

\t(HELP CLASS\t) <--- would create a basic MXP link
\t[F500]BRIGHT RED\tn
\t[F411]PINK\tn
\tPPINK\tn
\t[B005]BLUE BACKGROUND\tn
\t[U9814/Rook] <-- Create a rook icon, or display the word Rook if the player's client doesn't have that functionality
\t<SOUND FName="ouch.wav" V=50 L=2 P=80 T="combat" U=" www.yourMUD.com/sounds/ "> <-- Would play ouch.wav on an MXP/MSP capable client.
\t<send "command1|command2|command3" hint="click to see menu|Item 1|Item 2|Item 2">this is a menu link\t</SEND> <--- Will send an expandable pop-up menu, complete with mouse-over tool tip on an MXP capable client.

The editor's(MEDIT, OEDIT, etc...) still accept the '@' symbol and will parse it into a tab for proper interpretation through the protocol output function, while the improved editor requires an '/t' call, to manually toggle over any entered '@' symbol, or vise-versa.

tbaMUD developer/programmer

Please Log in or Create an account to join the conversation.

More
21 Jun 2012 02:08 - 21 Jun 2012 02:33 #129 by Halenbane
Replied by Halenbane on topic Re: Color
It seems during my changes a month ago or so of setting things back to @ instead of \t , I changed something I don't remember. After seeing your last post about sound being sent with this enabled, I wanted to test it, so I went back and commented out my parse_at(dest); , But I still don't have the ability to use \t[f500] for example. My memory is failing me because I don't recall changing anything else.
Last edit: 21 Jun 2012 02:33 by Halenbane.

Please Log in or Create an account to join the conversation.

Time to create page: 0.227 seconds