No SET_NORMAL in the Locomotors. It was so subtle, it took me ages to spot it. Looks like it began in another topic. There's also no such thing as AmericaVehicleHumveeLocomotor.
;=================Giant zombies affected by toxins and radiation============================
Object Demo_GLAInfantryTerrorist
RemoveModule ModuleTag_02
AddModule ModuleTag_02
Body = ActiveBody ModuleTag_02_Override
MaxHealth = 3000
InitialHealth = 3000
End
End
Scale = 2
RemoveModule ModuleTag_03
AddModule ModuleTag_03
Behavior = AIUpdateInterface ModuleTag_03_Override
AutoAcquireEnemiesWhenIdle = Yes
End
End
Locomotor = SET_NORMAL BasicAmphibiousLocomotor
End
;===================Shrunken, fast zombies with lower health========================================
Object CINE_CheeringTerrorist
RemoveModule ModuleTag_02
AddModule ModuleTag_02
Body = ActiveBody ModuleTag_02_Override
MaxHealth = 150
InitialHealth = 150
End
End
RemoveModule ModuleTag_03
AddModule ModuleTag_03
Behavior = AIUpdateInterface ModuleTag_03_Override
AutoAcquireEnemiesWhenIdle = Yes
End
End
Locomotor = SET_NORMAL HumveeLocomotor
End
Originally Posted by: Annihilationzh