|
Deria Newbie
Joined: 06 Jul 2010 Posts: 9
|
Posted: Wed Oct 20, 2010 2:41 pm
Sending & to the mud |
Hey!
I have an alias named "test".
Now i would like to make an alias which does send the following to the mud "test & test".
In the mud you can make a queue with the & characater.
So test should be done, and 2 secs later another one of test will be done.
But & is a special characater in cmud. I even tried it with "test ~& test" ... but doesnt work.
Any help? |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Oct 20, 2010 4:16 pm |
Simply quoting what you are sending in the alias will do what you want.
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<alias name="test" copy="yes">
<value>"test & test"</value>
</alias>
</cmud> |
Although, I would like to know more about what you doing because I suspect there may be another problem. Can you post exactly what you are trying to do. For example if you alias is name "test" and the content is "test & test" without the quotes, you have essentially created an infinite loop. |
|
_________________ Asati di tempari! |
|
|
|
|
|