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
Changing a Child's Panes?
[Tips]
ID:158142
Oct 22 2009, 9:46 am
Asellia
Okay, umm, what do I use with Winset to change the left/right panes of a child? Thank you!
Oct 22 2009, 9:52 am
Metamorphman
winset( mob, childname, "left=[id of window]" ) or
winset( mob, childname, "right=[id of window]" )
Oct 22 2009, 9:56 am
In response to
Metamorphman
Asellia
MEta, when you say [idofwindow], do I include the [] like I would a variable, or just do the id after the =?
Oct 22 2009, 10:03 am
In response to
Asellia
Metamorphman
Just the id of the window.
Copyright © 2025 BYOND Software. All rights reserved.
winset( mob, childname, "right=[id of window]" )