|
hellojack Newbie
Joined: 27 Mar 2006 Posts: 6
|
Posted: Mon Mar 27, 2006 12:20 am
how can i send a word without an "enter" |
sometimes, like in the character mode, a single letter already is a command, when the trigger send a letter and an enter, there're 2 commands.
so, how can i send a letter without an enter?
and in some circumstance, i was told to send a "ctrl+c",how can i make it?
i don't speak englinsh. so, hope you can understand it.
thx!
:) |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Mon Mar 27, 2006 2:59 am |
From within a trigger you need to use #SENDPROMPT
If you want to do it in the game then
|
|
_________________ Taz :) |
|
|
|
hellojack Newbie
Joined: 27 Mar 2006 Posts: 6
|
Posted: Mon Mar 27, 2006 3:09 am |
got it.
thx!
:) |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Mon Mar 27, 2006 3:15 am |
As for ctrl-c I think you need to send the following ascii character ♥ which you can get from making sure Num Lock is on and then holding down Alt and pressing 3 on the Number Pad.
This is not possible to put in any of the settings in zMUD so I think you will only be able to do it in character mode as seen in the picture above at which point just pressing ctrl-c may suffice. |
|
_________________ Taz :) |
|
|
|
hellojack Newbie
Joined: 27 Mar 2006 Posts: 6
|
Posted: Tue Mar 28, 2006 12:14 pm |
i read the function wizard for some while, and found the %char() function may help.
"#sendprompt <%char(3)>" maybe equals to a "ctrl-c" in character mode. |
|
|
|
|
|