Unknown2005-05-29 17:36:12
#trigger {You have no pennyroyal stored in the Rift.} {Blah}
Wont execute when the line comes up. I found that this works though: {
#trigger {You have no orphine stored in the Rift} {blah}
Anyone wanna tell me how to match periods, other than using the punctuation matching thing?
Wont execute when the line comes up. I found that this works though: {
#trigger {You have no orphine stored in the Rift} {blah}
Anyone wanna tell me how to match periods, other than using the punctuation matching thing?
Unknown2005-05-29 18:16:15
The period isn't a special character unless you use PCRE. If the trigger doesn't match, you may have the message incorrect or the trigger/folder disabled. Dunno.
Unknown2005-05-29 18:43:33
I copy the line.
I paste it into the trigger field, and then again into the "test trigger" field. It doesn't work.
Ah, stupid zmud.
I paste it into the trigger field, and then again into the "test trigger" field. It doesn't work.
Ah, stupid zmud.
Daganev2005-05-29 18:45:52
The problem is not the . the problem is the invisble space marker at the end of the line. I always hit backspace once when I do a straight copy and paste of the line.