Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Multi-Line input
[Tips]
ID:161317
May 22 2008, 7:10 am
Obs
How do you submit a multi-line input?
May 22 2008, 7:52 am
CriticalBotch
Obs wrote:
How do you submit a multi-line input?
You'll have to be more descriptive than that. What do you mean by multi-line input? Allow multiple lines with the input() procedure?
May 22 2008, 8:23 am
Scizzees
http://www.byond.com/docs/ref/info.html#/proc/winget
May 22 2008, 10:36 am
In response to
CriticalBotch
Kaiochao
He means text input controls with multiple lines, the ones in the interfaces.
Yeah, I think winget() would work to check the text in the input. Just make a verb and attach it to a send button.
May 22 2008, 10:39 am
Popisfizzy
Do you mean using
input()
?
var
/x = input(
"Blarg"
)
as
message
May 22 2008, 10:53 am
In response to
Popisfizzy
Obs
The GUI one, but I got it now.
Copyright © 2025 BYOND Software. All rights reserved.
You'll have to be more descriptive than that. What do you mean by multi-line input? Allow multiple lines with the input() procedure?