ID:273815
![]() May 14 2011, 2:31 pm
|
|
Ok, this is kind of a nooby question, I know. For a game I'm working on, how do I make it so when I create a new window in the skin it doesn't pop up when I log in? Thanks.
|
![]() May 14 2011, 2:35 pm
|
|
There is an option in the interface editor for every control, it's 'visible' it's in the "general tab" when editing something. If you're doing it during run-time, you can use winset and set the parameter "is-visible" to "false"
|