ID:1687847
 
(See the best response by DarkCampainger.)
Code:


Problem description:
Im now creating my game interface, in my game i need to add an Enchance system so i made the interface for it but i want that when i push one of thease buttons to change the child Window ID, every button change to a diferent window.
How can i do that?
http://es.tinypic.com/view.php?pic=6fuiw3&s=8#.VCbDnWd_vz4
Here you have a picture about the interface.
Best response
For each button, set their "Command" to something like this:
.winset "EnchChild.left='EnchUpgradeItemPane'"

Where "EnchUpgradeItemPane" is the name of the window pane you want that button to switch to.

This is a client-side winset command, so it'll happen immediately without having to contact the server.
Thanks, worked fine.