In the world I play my class has the ability to conjure illusions. You can also do two-line illusions by inserting a \n symbol in the illusion. I am trying to set up aliases that conjure two-line illusions but any time I use them MUSH interprets the \n as a new line before sending it to the world. How can I get it to actually send the \n to the world??
sending \n to the world
Posted by Soleil on Fri 27 Jul 2007 09:40 PM — 4 posts, 14,710 views.
You actually want the backslash sent? Put two of them, like this:
\\n
\\n
I think I tried that but let me go try it again. Thanks!
Woot! It worked! I must have put it in wrong. Thanks!