Posted by: Queryk - Saturday, June 24, 2017 6:25:50 AM
When looking trough the superweaponscripts for the China boss challenge, i saw that the superweapons were actually located in the build list. To add relevant scripts to those buildings, they need to have names. How do i give a name to a building in a build list in my own maps?

Posted by: acidbrain - Saturday, June 24, 2017 2:31:40 PM
Double click the object in the buildlist and a window pops up where you can set the name and add a subroutine script... [img]http://s5.postimg.cc/afop9dftz/stuff.png[/img] If you want to add a name when the list is already generated use 'Name = blabla'... [code=plain] Structure AirF_AmericaFireBase Name = AirF_FireBase_1 Location = X:-800.00 Y:150.00 Rebuilds = -1 Angle = 45.00 InitiallyBuilt = No AutomaticallyBuild = No End [/code] Greetz

Posted by: Queryk - Sunday, June 25, 2017 11:38:30 AM
I can't believe i didnt actually try to double click... Thank you tho ;)