 |
charneus Wizard

Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Fri Jun 11, 2010 10:32 pm
[3.19a-b]BUG: #TRIGGER {{@variable}} no longer works |
| Code: |
Test={Fire on me|Should fire here|This one too}
#TRIGGER {{@Test}} {#SAY {Fired!}}
#FORALL @Test {#SAY {%i}} |
Real simple. It worked in 3.18 and previous versions. Now it doesn't. This is a big setback, too, as many of my scripts work this way... Eek.
Charneus |
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jun 11, 2010 11:13 pm |
Yep, confirmed. What is interesting is that the following works:
| Code: |
Test="Fire on me|Should fire here|This one too"
#TRIGGER {{@Test}} {#SAY {Fired!}}
#FORALL @Test {#SAY {%i}} |
Notice the " quotes to prevent the json table from being created.
I'll try to look into this later tonight to see if I can do a quick patch. Thanks for the quick report. |
|
|
|
 |
|
|
|