Queryk
  • Queryk
  • 50.25% (Neutral)
  • Private Topic Starter
8 years ago
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?
Sponsor
acidbrain
8 years ago
Double click the object in the buildlist and a window pops up where you can set the name and add a subroutine script...
UserPostedImage

If you want to add a name when the list is already generated use 'Name = blabla'...

  Structure AirF_AmericaFireBase
    Name = AirF_FireBase_1
    Location = X:-800.00 Y:150.00
    Rebuilds = -1
    Angle = 45.00
    InitiallyBuilt = No
    AutomaticallyBuild = No
  End

Greetz
Panem et kirkinses
Queryk
  • Queryk
  • 50.25% (Neutral)
  • Private Topic Starter
8 years ago
I can't believe i didnt actually try to double click...

Thank you tho 😉