View Single Post
Old 02-17-2004, 10:27 AM   #4 (permalink)
coolfile
Senior Member
 
Join Date: Feb 2004
Location: China
Posts: 356
Default

the units created by SpawnBehavior will not follow the creator, while they will stand there untill you give them an order.
you may need to add following code into SpawnBehavior
SlavesHaveFreeWill = No

and add following codes into the created unit
Behavior = MobMemberSlavedUpdate ModuleTag_04
MustCatchUpRadius = 40
NoNeedToCatchUpRadius = 15
Squirrelliness = 0.05
CatchUpCrisisBailTime = 30; this is in calls to this update, not in frames
End
coolfile is offline   Reply With Quote