Yrael2007-06-22 03:00:55
How would I make clanchat appear in a seperate popup window? and is there a method that would allow me to type into said window? Zmud, 'course.
Ayridion2007-06-22 06:51:47
Using the blessed wrapwidth 0, it's so very simple.
#trigger {^~(~)~:{ You say|}(*){says,|} "(*)"$} {#cap ;#gag}
Example...
#trigger {^~(The Yraelian Soceity of Thieves~)~:{ You say|}(*){says,|} "(*)"$} {#cap thieves;#gag}
---
I think it should work...
#trigger {^~(~)~:{ You say|}(*){says,|} "(*)"$} {#cap ;#gag}
Example...
#trigger {^~(The Yraelian Soceity of Thieves~)~:{ You say|}(*){says,|} "(*)"$} {#cap thieves;#gag}
---
I think it should work...
Sybl2007-06-26 06:32:15
Too Complicated. Use this instead:
Step one: CONFIG COLOUR 8 4
Step two: #TRIGGER {%e
Step one: CONFIG COLOUR
Step two: #TRIGGER {%e
Unknown2007-06-26 07:06:02
Solls is actually less complicated, honestly.
Sybls is better if you dont want wrapwidth 0.
Fain explained how to do it a third method waaaaaaaaaaaaaaaaaay back in the day... you could prolly search for it, but these two ways work fine.
Sybls is better if you dont want wrapwidth 0.
Fain explained how to do it a third method waaaaaaaaaaaaaaaaaay back in the day... you could prolly search for it, but these two ways work fine.
Sybl2007-06-26 07:32:43
Seeing as with the trigger I provided, you only need one trigger to capture any amount of channels, and with Soll's you need one trigger per channel, how do you figure mine is more complicated? Not only that, but you can capture non-channel messages with mine (if you use mb-core and know how to colour messages with that), and all with only one trigger. Where's the complication?
Amarysse2007-06-26 07:39:24
I'm awful with this sort of thing, but if Sybl's functions off of colours, wouldn't that cause problems if you happen to have anything else done in that colour (allies, targets, etc.)?
Sybl2007-06-26 07:49:54
Yep. Trust me though, it's not hard to find a colour combo that you don't use on anything else. I've been using this script for a long time to be able to see my crew telling me to slow down before they vomit because I'm flying too fast and the scrolling map is making them nauseous.