Author |
Message |
Topic: using alias to create a trigger |
miconnor
Replies: 4
Views: 6122
|
Forum: CMUD General Discussion Posted: Sun Aug 31, 2008 4:02 am Subject: using alias to create a trigger |
That works great, thanks a lot. |
Topic: using alias to create a trigger |
miconnor
Replies: 4
Views: 6122
|
Forum: CMUD General Discussion Posted: Sun Aug 31, 2008 3:56 am Subject: using alias to create a trigger |
Well, thanks for that syntax correction, but I still have the same problem. Instead of creating the command
#SUB {bigbys clenched fist (bb)}
I get
#SUB {$spell ($abrv)}
inside the trigger |
Topic: using alias to create a trigger |
miconnor
Replies: 4
Views: 6122
|
Forum: CMUD General Discussion Posted: Sun Aug 31, 2008 2:32 am Subject: using alias to create a trigger |
I'm trying to use an alias to create aliases and triggers for some spell macros. creating aliases works great, but I'm having some trouble with trigger creation. Here's the alias I'm trying to use
... |
Topic: Saving ansi info in variable |
miconnor
Replies: 3
Views: 6044
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2008 3:47 am Subject: Saving ansi info in variable |
Just for reference, here is the trigger I'm using.
Pattern:
^%1$
Script:
#IF %1=~"< %nh/%nH %nv/%nV Pos:*>"
{
#T- identify_DB_class_capture
#T- identif ... |
Topic: Saving ansi info in variable |
miconnor
Replies: 3
Views: 6044
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2008 3:38 am Subject: Saving ansi info in variable |
I'm using a trigger that captures text and saves it to a variable. Is there any way for CMUD to save the ansi color of the text that is being captured? |
|