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 |