hyperion Newbie
Joined: 12 Nov 2007 Posts: 9
|
Posted: Tue Aug 15, 2017 1:06 am
#COND XML issue |
Hi all,
I've noticed an issue with #COND after I added it to CMUD for the first time. Fairly simple example (although it occurs with -all-):
<trigger priority="854130" id="85413">
<pattern>(%w) tells you~:</pattern>
#COND {^%s} {#CAP tell} {Dur|Param=100}</value>
<trigger name="" type="Duration" param="100">
<pattern>^%s</pattern>
<value>#CAP tell</value>
</trigger>
<trigger name="" type="Duration" param="100">
<pattern>^%s</pattern>
<value>#CAP tell</value>
</trigger>
</trigger>
Notice it is repeated. It will continue to add to the XML duration section (it also happens with other types of #COND, doesnt matter) for EACH tell I receive.
So, after a few, I have a bunch of extra firing #CONDs.
I noticed it because each of them were capping extra lines; pretty soon it gets large and caps a ton. Same if I change it to loop lines, or whatever.
Anyone know what is up here?
Thanks! |
|