 |
Dengraz Newbie
Joined: 24 Sep 2012 Posts: 2
|
Posted: Mon Sep 24, 2012 6:40 pm
Trouble sending command to all windows using "Focus Char" |
Hello,
I have been a long-time CMUD user and just recently reinstalled CMUD on a fresh install of Windows 7 32-bit. Since installing, I have been unable to use ":" to send commands to multiple windows simultaneously. For example, if I type ":look" it will just send that exactly to the current window instead of sending "look" to all open windows.
Here is a screenshot of my settings to show that the Focus Char is set to ":" and also Enabled.
Here is an example of me typing ":look" on my mud. When you send an ":" to the mud itself, it interpretes it as a shortcut for emote, producing the blue text you see. Additionally, you can see that parsing is enabled when I try this.
[/img]
I have never run into this problem before. Has anyone experienced this before or does anyone have any suggestions on what I can try to solve my problem?
Thanks in advance! |
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4772 Location: Pensacola, FL, USA
|
Posted: Mon Sep 24, 2012 7:17 pm |
try the #ALL command?
andd the focus char works like so
:Tells:#PRINT hi
It goes in depth on the intro to multiplaying help file |
|
_________________ Discord: Shalimarwildcat |
|
|
 |
Dengraz Newbie
Joined: 24 Sep 2012 Posts: 2
|
Posted: Mon Sep 24, 2012 9:59 pm |
Ah, I remember now what I had to do.
This was a zMUD feature that was removed in the switch to CMUD. I remember finding someone else on the forums asking about this and a trigger was provided as a band-aid.
#trigger {^:([^:]+)$} {#ALL {#SEND %1};#NOINPUT}
I suppose I've answered my own question, thanks for the response nonetheless! |
|
|
 |
|
|