Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Forestwolf42
(4 posts) bio
|
| Date |
Mon 02 May 2011 10:18 AM (UTC) [ quote
] |
| Message |
Here's my alias: OUTH
And under send I have
say (and a really long line of text)
The goal of this alias is to recite an oath automatically, the problem is that it sends part of the command as one line, and part of it as a second line instead of sending it in one say.
It's enabled and sent to the world, other then that nothing fancy. | top |
|
| Posted by |
Twisol
USA (2,229 posts) bio
|
| Date |
Reply #1 on Mon 02 May 2011 10:55 AM (UTC) [ quote
] |
| Message |
It's possible you just have a hard newline in your alias. Try copying everything in the Send box into Notepad and disable word wrap. If you see multiple lines, chances are you have a newline (or your oath is long enough to hit Notepad's line-length hard limit...). Just backspace over it, and when you're sure there aren't any newlines, copy it back in.
If that doesn't work, please export and post your alias so we can look at it.
 |
For advice on how to copy aliases, timers or triggers from within MUSHclient, and paste them into a forum message, please see Copying XML.
|
|
'Soludra' on Achaea
Blog: http://jonathan.com/
GitHub: http://github.com/Twisol | top |
|
| Posted by |
Forestwolf42
(4 posts) bio
|
| Date |
Reply #2 on Mon 02 May 2011 11:09 AM (UTC) [ quote
] |
| Message |
<aliases>
<alias
match="OATH1"
enabled="y"
sequence="100"
>
<send>say We, the young members of the Ashura, are tomorrow's warriors. We strive
at all times to further our knowledge of combat so as to improve
ourselves, whether in victory or in defeat.We uphold the values of
Diligence, Competence, Respect, Integrity, Honour, and Courage.</send>
</alias>
</aliases>
| top |
|
| Posted by |
Twisol
USA (2,229 posts) bio
|
| Date |
Reply #3 on Mon 02 May 2011 11:31 AM (UTC) [ quote
] |
| Message |
You still have hard newlines. Try this.
<aliases>
<alias
match="OATH1"
enabled="y"
sequence="100"
>
<send>say We, the young members of the Ashura, are tomorrow's warriors. We strive at all times to further our knowledge of combat so as to improve ourselves, whether in victory or in defeat.We uphold the values of Diligence, Competence, Respect, Integrity, Honour, and Courage.</send>
</alias>
</aliases>
 |
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.
|
|
'Soludra' on Achaea
Blog: http://jonathan.com/
GitHub: http://github.com/Twisol | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
919 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )