This should work:
Engineer.INI:
Behavior = ConvertToHijackedVehicleCrateCollide ModuleTag_50
RequiredKindOf = STRUCTURE CAPTURABLE
ForbiddenKindOf = IMMUNE_TO_CAPTURE
End
Structure.INI:
Behavior = AIUpdateInterface ModuleTag_Capture
End
Keep in mind that all structures you want to be capturable need to have this piece of code. You can use whatever ModuleTag you wish.
|