MudletM
Mudletβ€’5y ago
abh

If I script ```lua send([[1 2 3]]) ``` or ```lua send("1\n2\n3")``` It send as `123` (without newlin

If I script
send([[1
2
3]])
or
send("1\n2\n3")

It send as 123 (without newline) how to fix this?
Was this page helpful?