ID:157801
 
I am trying to make it so that when the user clicks the button it displays whatever's in the input box...I have this:
mob
verb
OOC()
set hidden = 1
var/input = winget(usr, "ooc_input", text)
world << "[usr.name]: '[html_encode(input)]'"


All it does is say:

Hi1: ' '

Please help, thanks!
~Hi1
It should be "text", not plain text. Interface parameters are in text format (and winget() always returns in text, too).
In response to Kaiochao
Okay. Thank you, when I get home I will try that out!

Thanks!
~Hi1