ZMud Scripts
From LSWiki
(Difference between revisions)
Revision as of 08:36, 4 September 2007 (edit) Kilelen (Talk | contribs) ← Previous diff |
Revision as of 08:46, 4 September 2007 (edit) Kilelen (Talk | contribs) (→Simple Chat Capture) Next diff → |
||
Line 2: | Line 2: | ||
==Simple Chat Capture== | ==Simple Chat Capture== | ||
- | This script will properly capture long multi-line OOC chats to a seperate window. In order for this to work properly, you must execute the command: | + | This script will properly capture long multi-line OOC channel chats to a seperate window. In order for this to work properly, you must execute the command: |
switch depiction Quote Channel Text | switch depiction Quote Channel Text | ||
- | so that OOC chats are bounded by double quotation marks. | + | so that OOC channel chats are bounded by double quotation marks. |
Just copy and paste this into your command line, no spaces, and it should work: | Just copy and paste this into your command line, no spaces, and it should work: |
Revision as of 08:46, 4 September 2007
This is a place for people to post and share ZMud Scripts that might be of interest to others.
Simple Chat Capture
This script will properly capture long multi-line OOC channel chats to a seperate window. In order for this to work properly, you must execute the command:
switch depiction Quote Channel Text
so that OOC channel chats are bounded by double quotation marks.
Just copy and paste this into your command line, no spaces, and it should work:
#CLASS {OOCCap} #TRIGGER {(*)~[OOC (%w) (*)~]$} {#CAP Chats} #TRIGGER {(*)~[OOC (%w)~] ~"(*)} { #CAP Chats #C+ Chats } #TRIGGER {^Capture text OFF$} {#GAG} #TRIGGER {^Capture text ON$} {#GAG} #TRIGGER {~"$} {#C-} #CLASS 0