So question
Is there an easy way to look at the code of something and see the trigger/alias/whatever to get it to activate/turn on/ show up on my screen? I'm trying to get the tabbed chat to work and I simply can't even find where i'm supposed to make it show up on my screen, let alone start doing what it was coded to do.
0
Best Answer
-
http://forums.imperian.com/discussion/23/mudlet-scriptingThat would be a better thread to ask in, for the record.Says would be setup like most of the others.Pattern would be: You say, "choose option for substring at the start of the linethe command would be : demonnic.chat:append("Says")The problem would be there are certain things that make capturing other people's says hard due to speak emotes and the like. You might need some regex to do that. I'd suggest asking in the other thread.For capturing 2 different channels in the same tab you could just go down to the second line for your guild capture trigger. Continuing your gt/gnt examplePattern would be: (GNTfancyname):Choose substring at the start of the lineAnd you wouldn't have to add anything since it is already capturing to guild in theory.5
Answers
the claims are stated - it's the world I've created
Right now all I am doing is just making a trigger with demonnic.chat:append("Channel") as the output, that I only learned after reading through a couple threads in the mudlet forum, so do understand how novice I am at coding.