Hmmm...Can't see the problem so far...
I have succesfully enabled the TerrorCell for myself using similar codes.
Only thing I can think of that might be causing the problems, are either the code to enable the thing in FactionBuilding.ini (check if the number of the moduletag is unique for the GLA comm center and change it if it isn't).
Next up might be the fact that you misspelled something? Double-check ever name to ensure that EVERYTHING has the proper name... I had a problem with a new chinook that I couldn't build...turned out there was a little typo present...
If all of this does not work, move the factionbuilding.ini code (the one you posted here, not the full codes for the entire building) in a map.ini and put it in like this:
Quote:
Object GLACommandCenter
AddModule
Behavior = OCLSpecialPower ModuleTag_21
SpecialPowerTemplate = SuperweaponTerrorCell
OCL = SUPERWEAPON_TerrorCell
CreateLocation = CREATE_AT_LOCATION
End
|
Just noticed something in your code:
This is what you wrote down:
Quote:
Object GLACommandCenter
Behavior = OCLSpecialPower ModuleTag_21
SpecialPowerTemplate = SuperweaponTerrorCell
OCL = SUPERWEAPON_TerrorCell
CreateLocation = CREATE_AT_LOCATION
End
|
That might be your problem. First, where exactly did you put this code? You should put the code in FactionBuilding underneath an existing behavior of the GLA Command Center (so don't put it in at the bottom of the file, but make sure that it is a part of the GLA Command Center code). Next, make sure that you only have this in the Comm Center code of your own
Quote:
Behavior = OCLSpecialPower ModuleTag_21
SpecialPowerTemplate = SuperweaponTerrorCell
OCL = SUPERWEAPON_TerrorCell
CreateLocation = CREATE_AT_LOCATION
End
|
Notice the lack of "Object GLACommandCenter"
I don't know if you did indeed put the code in with the Object GLACommandCenter at the top of the behavior. If you did, that's what causing the problem....