If I script ```lua send([[1 2 3]]) ``` or ```lua send("1\n2\n3")``` It send as `123` (without newlin
If I script or
It send as
It send as
123 (without newline) how to fix this?123send([[1
2
3]])send("1\n2\n3")