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
ID:157801
Dec 30 2009, 3:22 pm
|
|
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 All it does is say: Hi1: ' ' Please help, thanks! ~Hi1 |
Dec 30 2009, 9:58 pm
|
|
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 |