Code:
<textarea class="textarea" id="Message">d</textarea>
</style type="text/css">
<script type="text/javascript">
function Create(){
Send('Create', document.getElementById('Message').value)}
function Send(action, _message) {
window.location="byond://?src=\ref[src]&action="+action+"&message="+_message;}
mob
Topic(href, list/href_list)
..()
var/A = href_list["action"]
world<< href_list["message"]
The message is displayed, but it ignores the new lines. Is there a way to fix it? Thanks :)