Author |
Message |
Topic: backspace escape \b |
GC-Xiaix
Replies: 10
Views: 14545
|
Forum: zMUD General Discussion Posted: Wed Jan 25, 2006 5:24 pm Subject: backspace escape \b |
Neither of your suggestions worked.
#TRIGGER {~\b} {#GAG -1} --- failed.
#TRIGGER {~\b} {#GAG 1} --- failed.
I sincerely appreciate your help and willingness to solve my issue. It appea ... |
Topic: backspace escape \b |
GC-Xiaix
Replies: 10
Views: 14545
|
Forum: zMUD General Discussion Posted: Wed Jan 25, 2006 4:30 am Subject: backspace escape \b |
send_to_char(ch, "%s%s%s", C_C, world[IN_ROOM(ch)].name, C_N);
send_to_char(ch, "%s\r\n", C_N);
if (!IS_NPC(ch))
send_ ... |
Topic: backspace escape \b |
GC-Xiaix
Replies: 10
Views: 14545
|
Forum: zMUD General Discussion Posted: Wed Jan 25, 2006 3:05 am Subject: backspace escape \b |
The \b is sent from the engine to zmud. |
Topic: backspace escape \b |
GC-Xiaix
Replies: 10
Views: 14545
|
Forum: zMUD General Discussion Posted: Tue Jan 24, 2006 6:09 pm Subject: backspace escape \b |
The XIAIX Game Engine (XGE) uses the backspace escape code:
\b
This escape code is not recognized by zMUD (ver 7.21).
Would anyone be able to tell me what I need to do to get zMUD to handle t ... |
|