|
Larkin Wizard
Joined: 25 Mar 2003 Posts: 1113 Location: USA
|
Posted: Wed Nov 08, 2006 8:57 pm
[1.13] Problem with trigger ID in #REGEX |
I can use #TRIGGER to create a trigger with a valid ID, no problem.
Code: |
#TRIGGER "tada" {^tada$} {#say blah} |
I cannot use #REGEX to do the same thing. It sends the ID part to the MUD and creates a trigger without an ID (everything else looks good, though).
Code: |
#REGEX "tada" {^tada$} {#say blah} |
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Nov 08, 2006 9:29 pm |
Added to bug list
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Nov 08, 2006 11:01 pm |
Man, this turned out to be a nasty one. I'll talk about it more later in my blog. But this uncovered some serious issues in the parser. And yet it seemed like such a simple bug.
|
|
|
|
|
|