ID:160048
 
I'm looking for a way to receieve text without using input, because it beings up an input box, and that is a bad thing. Can someone help me create a proc that will help me get where I need?
Are you trying to do this with a skin?
Because i don't understand what your trying to do.
Im guessing you dont want people to send messages without a text box, this cannot be done unless you do this:

say(msg as text)
world << "[usr] says [msg]"


but if you want that without a box, all you need to do is make a skin that has a input and right click it and choose it to do the default command: Say
and then they type it in and click enter, OR
people can simply type at bottom : say Hello


In response to Daniel1322da
Nvm I figured something out, and I was thinking about a MUD
In response to Lundex
Lundex wrote:
Nvm I figured something out, and I was thinking about a MUD

client/Command() is what you want, or an input box bound to a verb.