Undefeated Saiyans: Hello! \n
But when making a custom input in skin with the chat command or other thing, html won't cancel \n
Undefeated Saiyans: Hello!
----
Is this a bug?
You can easily test this out by
1. Make a game
2. Make a chat code or something
mob/verb/OOC(t as text)
if(t){world<<"[src.name]: [html_encode(t)]"}
3.Make a skin file and put an input with the OOC command.
4.Type \n
And you should see that the html_encode() doesn't work with \n when using an interface/input to use the verb.