Author |
Message |
Topic: Ansi triggers |
Tyka
Replies: 3
Views: 1525
|
Forum: zMUD General Discussion Posted: Thu Apr 03, 2008 9:12 pm Subject: Ansi triggers |
use %stripansi() to remove unwanted ansi sequences from your string
Untested:
#show %mapquery({Name = %stripansi(%1)})
I see, didn't think that they would send "%e[0m ... |
Topic: Ansi triggers |
Tyka
Replies: 3
Views: 1525
|
Forum: zMUD General Discussion Posted: Thu Apr 03, 2008 8:43 pm Subject: Ansi triggers |
Hi, I'm having some trouble with ansi triggers.
Example:
#TRIGGER {%e[36m(*)} {
#show %1
} "" {color}
That trigger works great, it will trigger on everything that is cyan(room name) and the ... |
|