I'm trying to send my prompt to the status line at the bottom of the screen. My trigger fires fine and all that then I get an error.
Heres the error.
Compile error
World: darkeningsun
Immediate execution
[string "Trigger: DStracker"]:1: ')' expected near ':'
Heres the trigger.
<triggers>
<trigger
enabled="y"
match="[*][*][*/* * *][*/*](*)"
name="DStracker"
send_to="12"
sequence="100"
>
<send>SetStatus ("[".. %1 .."][".. %2 .."][".. %3 .."/".. %4 .." ".. %5 .." ".. %6 .."][".. %7 .."/".. %8 .."](".. %9 ..")")
</send>
</trigger>
</triggers>
The only place in the prompt where a : shows up is in the time part. Can I not send something with numbers and symbols to the status line? I.e. 2:30am Because it works fine if I take the time out.
Heres the error.
Compile error
World: darkeningsun
Immediate execution
[string "Trigger: DStracker"]:1: ')' expected near ':'
Heres the trigger.
<triggers>
<trigger
enabled="y"
match="[*][*][*/* * *][*/*](*)"
name="DStracker"
send_to="12"
sequence="100"
>
<send>SetStatus ("[".. %1 .."][".. %2 .."][".. %3 .."/".. %4 .." ".. %5 .." ".. %6 .."][".. %7 .."/".. %8 .."](".. %9 ..")")
</send>
</trigger>
</triggers>
The only place in the prompt where a : shows up is in the time part. Can I not send something with numbers and symbols to the status line? I.e. 2:30am Because it works fine if I take the time out.