Author |
Message |
Topic: #GAG issue with return characters |
jkazos
Replies: 8
Views: 10197
|
Forum: zMUD General Discussion Posted: Sun Apr 07, 2002 3:24 am Subject: #GAG issue with return characters |
#trigger {^You say, ~"Hi~"$$John Says, ~"Hi~"$}
(I think you need to escape the quotation marks.) This is why I said that about the difference between ^$ and $ (and the ^$ trigg ... |
Topic: Optional match in triggers |
jkazos
Replies: 7
Views: 18423
|
Forum: zMUD General Discussion Posted: Wed Apr 03, 2002 6:52 pm Subject: Optional match in triggers |
Nevermind, I figured it out. You can use a RegEx trigger for it.
#trigger {Hello (my )? lad.} {#show a}
This works for "#show Hello lad." and "#show Hello my lad.". Now, I as ... |
Topic: Optional match in triggers |
jkazos
Replies: 7
Views: 18423
|
Forum: zMUD General Discussion Posted: Wed Apr 03, 2002 6:09 pm Subject: Optional match in triggers |
That's a way to do it, but the core question was never answered. How would one get a trigger to match *exactly* these two things and nothing else?
Hello there lad.
Hello lad.
Let's pretend `som ... |
Topic: #GAG issue with return characters |
jkazos
Replies: 8
Views: 10197
|
Forum: zMUD General Discussion Posted: Wed Apr 03, 2002 5:58 pm Subject: #GAG issue with return characters |
Why wouldn't "#trigger {$}" match *every* line, rather than just blank lines? All it says is "trigger on the left side of an end-of-line character" which, as far as I know, everyth ... |
Topic: Problem With Color Syntax -- Bug or My Weirdness? |
jkazos
Replies: 1
Views: 3500
|
Forum: zMUD General Discussion Posted: Fri Feb 15, 2002 4:20 am Subject: Problem With Color Syntax -- Bug or My Weirdness? |
(Oops, I meant to put this in the beta forum, since I'm using 6.26a. My apologies...I'd move it, if I knew how. :-))
My MUD specifies foreground colors except for black, and doesn't specify backgro ... |
Topic: Posts' Read Count (comment about Message Board) |
jkazos
Replies: 2
Views: 4271
|
Forum: zMUD General Discussion Posted: Wed Feb 13, 2002 10:02 pm Subject: Posts' Read Count (comment about Message Board) |
I suggest that reading one's own thread should not increment the Read count. (I have no idea if this is a good suggestion, nor if they have provided enough access to the form code to make the change p ... |
|