 |
Strakc Apprentice
Joined: 31 Jan 2006 Posts: 106 Location: Virginia Beach, Virginia
|
Posted: Fri Mar 24, 2006 9:26 am
Windows |
I am wishing to make a new window I guess that has information, maybe buttons or something? that displays things from variables so i have have something that says like Stance: (what ever is in the stance variable) and the like
|
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Mar 24, 2006 2:29 pm |
#name Main
#var MainVariable 1
#Capture Child
:Child:#Sh @Main.MainVariable
That should pull the variable MainVariable from the window Main. |
|
|
 |
|
|