04-27-2015, 12:54 AM
"[url=http://www.neus-projects.net/viewtopic.php?p=6843#p6843 Wrote:MakeshiftWalrus » Sun Apr 26, 2015 11:16 am[/url]"]"[url=http://www.neus-projects.net/viewtopic.php?p=6840#p6840 Wrote:Neus » Sun Apr 26, 2015 6:23 am[/url]"]This isn't likely the change; it would require say to bring up the input box always instead of being able to type into the input bar, which is obviously undesirable.
You can't have two different lines of code? One for the input bar which triggers whenever text is written in it and one for the input box which could trigger whenever it was present on the screen regardless of it being typed in or not?
This isn't that simple. The input box shows up because of the way BYOND handles verbs with arguments (if the argument is empty, it will show the text box). I have no way to reliably detect when that input box is being shown.