ID:1718400
 
(See the best response by Spunky_Girl.)
Ok, first off, I am not sure if I placed this in the right category, if not please let me know!

But my question is, If I have an input box that is multiline, named "rpin" how would I grab the text that is in that input, and submit it to an output, using a button?
Best response
You need to set up the button to call a verb that is always available to the players (by default: /mob/verb or /client/verb). In this verb, have it winget() the text of the input element and do with that as you wish. It might also be a good idea to clear the input box in this verb as well so players don't have to do it manually.