So, I have three notepad windows opening up when I go online so that I can send various chat type msgs to the respective window.
Tells, Says, and Gossips
I can't get the trigger to move to a new line after inserting the text into the appropriate window.
<triggers>
<trigger
enabled="y"
match="* tells you *"
send_to="12"
sequence="1"
>
<send>AppendToNotepad ("Tells", "%0\r\n")</send>
</trigger>
</triggers>
This gives me an error of
Error number: 0
Event: Compile error
Description: [string "Trigger: "]:1: unfinished string near '"John tells you Boo! '
Called by: Immediate execution
Just the %0 appends it to the notepad window fine, but puts it all on the same line.
What am I missing here?
CM
Tells, Says, and Gossips
I can't get the trigger to move to a new line after inserting the text into the appropriate window.
<triggers>
<trigger
enabled="y"
match="* tells you *"
send_to="12"
sequence="1"
>
<send>AppendToNotepad ("Tells", "%0\r\n")</send>
</trigger>
</triggers>
This gives me an error of
Error number: 0
Event: Compile error
Description: [string "Trigger: "]:1: unfinished string near '"John tells you Boo! '
Called by: Immediate execution
Just the %0 appends it to the notepad window fine, but puts it all on the same line.
What am I missing here?
CM