I made a trigger as following
trigger:^( |>)*asdfjlasdfll.*
send:
AppendToNotepad("text_window","%0"..os.date("%c").."\n");
send: Sctript
the trigger is working but show the following error,
Compile error
World: xlqy
Immediate execution
[string "Trigger: mizong"]:1: unfinished string near '"<triggers>'
please help me how to correct the lua script.Thanks.
trigger:^( |>)*asdfjlasdfll.*
send:
AppendToNotepad("text_window","%0"..os.date("%c").."\n");
send: Sctript
the trigger is working but show the following error,
Compile error
World: xlqy
Immediate execution
[string "Trigger: mizong"]:1: unfinished string near '"<triggers>'
please help me how to correct the lua script.Thanks.