In my MUDs I use a lot of notes in various colours in order to keep proper track of everything that comes up and help me mentally filter out those things that really don't matter.
I use colournote to do that. However, I was wondering if there was a way to bold specific words in a colournote. Like say I wanted to send:
"John casts the GREEN spell, use the BLUE spell"
I might want to make "GREEN" and "BLUE" bold. How would I go about doing this?
Also, while this is of little importance to me, I'll ask it anyway in hopes that I can get an answer:
I have a trigger than takes a string from the game, let's say
You recovered balance of your * arm.
I'd like to format it, so that the word starts with a capital, so when I sent my custom note I could say something more like
"Left arm back!"
rather than
"left arm back!"
Also, one final question:
How do you send an alias via a script? I know you can use Send("") but that sends a command directly to the world. What if I want to send an alias defined in mushclient?
I use colournote to do that. However, I was wondering if there was a way to bold specific words in a colournote. Like say I wanted to send:
"John casts the GREEN spell, use the BLUE spell"
I might want to make "GREEN" and "BLUE" bold. How would I go about doing this?
Also, while this is of little importance to me, I'll ask it anyway in hopes that I can get an answer:
I have a trigger than takes a string from the game, let's say
You recovered balance of your * arm.
I'd like to format it, so that the word starts with a capital, so when I sent my custom note I could say something more like
"Left arm back!"
rather than
"left arm back!"
Also, one final question:
How do you send an alias via a script? I know you can use Send("") but that sends a command directly to the world. What if I want to send an alias defined in mushclient?