Author |
Message |
Topic: Special Characters in scripts |
Talus
Replies: 1
Views: 8410
|
Forum: CMUD General Discussion Posted: Mon Dec 25, 2006 10:54 am Subject: Special Characters in scripts |
In CMUD, why is it when you set special characters to something other than the default, you still have to use the default special characters in your scripts unless you use them from the command line? ... |
Topic: Gagging text in a multiple window situation |
Talus
Replies: 4
Views: 6674
|
Forum: zMUD General Discussion Posted: Tue May 23, 2006 9:32 pm Subject: Gagging text in a multiple window situation |
Edit: Alrighty. This is a little hackish, but it now works for the materia magica equipment screen as it does the rest.
#CLASS {Isaril Scripts|Equipment}
#ONINPUT {equipment} {
#name main
: ... |
Topic: Gagging text in a multiple window situation |
Talus
Replies: 4
Views: 6674
|
Forum: zMUD General Discussion Posted: Mon May 22, 2006 2:54 am Subject: Gagging text in a multiple window situation |
You can use this code to skip the lines, thereby allowing gagblock to work correctly.
#TRIGGER {%crlf} {
#gagblock
} "" {skip} |
Topic: Gagging text in a multiple window situation |
Talus
Replies: 4
Views: 6674
|
Forum: zMUD General Discussion Posted: Sun May 21, 2006 11:30 pm Subject: Gagging text in a multiple window situation |
Hi, I'm attempting to try to take the information gathered by a command and display it into a secondary window without displaying that same information in the first window. So far, I have:
#ONINPUT ... |
|