ok i am trying to implement a slic command as follows but i am missing hte predfined funtion name:
Button(ID_BUILD) {
Kill();
Open?();
}
where the "?" is i want to put in teh build manager window. i have tried many tags that i have thought may have been teh function, which i found routing through other CTPII files. does the build manger window function exist? if so what is it? if not which files are needed to create teh function (i.e. can it all be implemented within the script.slc file (where this particualar code is inserted)? or are there otehr files that need to be called also?)
an example of a funtion that works is OpenProductionTab
but it only gives me the city tab brought up front on the interface at the bottom - i want the whole build window.
Thanks
Button(ID_BUILD) {
Kill();
Open?();
}
where the "?" is i want to put in teh build manager window. i have tried many tags that i have thought may have been teh function, which i found routing through other CTPII files. does the build manger window function exist? if so what is it? if not which files are needed to create teh function (i.e. can it all be implemented within the script.slc file (where this particualar code is inserted)? or are there otehr files that need to be called also?)
an example of a funtion that works is OpenProductionTab
but it only gives me the city tab brought up front on the interface at the bottom - i want the whole build window.
Thanks
Comment