ID:2101631
 
(See the best response by Lummox JR.)
Code:
var{msg}
msg=input("Enter message","Message") as text
world << "[msg]"


Problem description: Ok you know how the input box is small? Well how do you switch it to the big one. I forgot if it's called a form. Either way it way bigger and you can input a lot more. Please and thanks for the help

Best response
You'll want to use "as message" instead of "as text". That also will allow for line breaks, just so you're aware.
In response to Lummox JR
Why thank you