ID:160164
 
In an input box when you press 'Enter', it usually tries to execute a command. However, what I want to do is create a forum, when the player presses 'Enter' the text in the input will stay there. I heard about an argument called 'no-command', however it is neither in the skin reference or in the menu for editing the input. When I try to input this manually (by calling it under the Login() procedure):
winset(src,"U1Input","no-command=TRUE")
Nothing happens (as in when I press enter it tries to execute a command, IE 125)

Is there a way to do this? Like a verb or procedure?
KingCold999 wrote:
I heard about an argument called 'no-command', however it is neither in the skin reference or in the menu for editing the input. [...]

That's because this parameter was added as a new feature, but a new BYOND version has not been released since then yet, so you can't use this feature just yet. So you need to wait until the next version is out, obviously. It is due for release soon.