 |
cazador Apprentice
Joined: 08 Dec 2005 Posts: 108
|
Posted: Wed Dec 03, 2008 7:46 pm
[BUG] cmud Pro 2.37 #C- doesn't work |
when I do
#C+ map
... text to screen from mud
#C- map
I get a parse error the #C-
It says:
| Code: |
Error Parsing command:
Illegal character C-
|
If I try to put the #C- in a trigger it will not compile the trigger. |
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Dec 03, 2008 10:29 pm |
You don't specify the name of the window with #C-. It just stops capturing whatever window is capturing (you can only capture one window at a time). So the correct script is:
| Code: |
#C+ map
...text to screen from mud
#C- |
Sorry the error message isn't any clearer. |
|
|
|
 |
|
|
|