Script written by Cazador Channel Script for Adventurers unlimited. @To use copy portions starting with # @and send them to your zmud. @Make sure to read the notes by the @author, they will help you work the @script. @Portion added by Kognesty The following triggers will copy all the channels to a separete window called channel, that you can reposition on the screen. Helpfull for when talking to people durring wars. To have the output show only to the window type 'nodisplay' To have it show in both windows type 'display' #alias {display} {#T- gagchannel;#T+ channel} #alias {nodisplay} {#T- channel;#T+ gagchannel} #trigger {~[answer~]} {#cap channel} {channel} #trigger {~[clan~]} {#cap channel} {channel} #trigger {~[ic~]} {#cap channel} {channel} #trigger {~[newbie~]} {#cap channel} {channel} #trigger {~[ooc~]} {#cap channel} {channel} #trigger {~[war~]} {#cap channel} {channel} #trigger {~[ ? ~]} {#cap channel} {channel} #trigger {~[Music~]} {#cap channel} {channel} #trigger {~[answer~]} {#cap channel;#gag} {gagchannel} #trigger {~[clan~]} {#cap channel;#gag} {gagchannel} #trigger {~[ic~]} {#cap channel;#gag} {gagchannel} #trigger {~[newbie~]} {#cap channel;#gag} {gagchannel} #trigger {~[ooc~]} {#cap channel;#gag} {gagchannel} #trigger {~[war~]} {#cap channel;#gag} {gagchannel} #trigger {~[ ? ~]} {#cap channel;#gag} {gagchannel} #trigger {~[Music~]} {#cap channel;#gag} {gagchannel} #T- nogag if you want to also capture all tells to a separate window called tell use the folling script if you want it in the same window as the channel information, change tell to channel To turn on the trigger class tell #T+ tell To turn off the trigger class tell #T- tell #trigger {%1 tells } {#cap tell} {tell} #trigger {You tell} {#cap tell} {tell}