Ok, now I'm working on a small mod, I need help with how to make the fire base spawn sentry drones in it when built.
I've been trying for... Ok, 20 minutes and I got bored of failing.
Here's what I've added:
Behavior = SpawnPointProductionExitUpdate ModuleTag_123
SpawnPointBoneName = Station
End
Behavior = SpawnBehavior ModuleTag_321
SpawnNumber = 4
SpawnReplaceDelay = 30000 ;msec
SpawnTemplateName = AmericaVehicleSentryDrone
CanReclaimOrphans = No
SpawnedRequireSpawner = Yes
SlavesHaveFreeWill = No
End
I've also removed these:
ExtraPublicBone = Station01
ExtraPublicBone = Station02
ExtraPublicBone = Station03
ExtraPublicBone = Station04
Originally Posted by: UTD^Force
And the garrison contain behavior.
Any help will be appreciated :)