Author |
Message |
Topic: An ascii code question |
hellojack
Replies: 1
Views: 3160
|
Forum: zMUD General Discussion Posted: Sun May 28, 2006 2:11 am Subject: An ascii code question |
"#sendprompt <%char(3)>" equals to "ctrl-c"
But i tried "#sendprompt <%char(37)>", it wasn't a "left".
What are the ascii codes of "left" and other direction keys?
thx! |
Topic: how can i cancel a command? |
hellojack
Replies: 1
Views: 3349
|
Forum: zMUD General Discussion Posted: Fri May 26, 2006 6:00 am Subject: how can i cancel a command? |
for example:
1. #TRIG {hi} {#wa 1000;say hi}
2. #TRIG {kick} {????}
when someone said hi, i would say hi back after a while. but if he kicked me after he said hi, i'd like to cancel the command ... |
Topic: how can i send a word without an "enter" |
hellojack
Replies: 4
Views: 6132
|
Forum: zMUD General Discussion Posted: Tue Mar 28, 2006 12:14 pm Subject: how can i send a word without an "enter" |
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. |
Topic: Can I run 2 Zmud Programs at the same time? |
hellojack
Replies: 2
Views: 6464
|
Forum: zMUD General Discussion Posted: Tue Mar 28, 2006 10:15 am Subject: Can I run 2 Zmud Programs at the same time? |
For I need to send a command to some of the tabs by "#all", and send another command to other tabs. So if I can run 2 Zmud programs, it'll be very convenient.
Thanks! |
Topic: how can i send a word without an "enter" |
hellojack
Replies: 4
Views: 6132
|
Forum: zMUD General Discussion Posted: Mon Mar 27, 2006 3:09 am Subject: how can i send a word without an "enter" |
got it.
thx!
:) |
Topic: how can i send a word without an "enter" |
hellojack
Replies: 4
Views: 6132
|
Forum: zMUD General Discussion Posted: Mon Mar 27, 2006 12:20 am Subject: 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 so ... |
|