<SpecialPower
id="ModuleTag_ManipulatorDevice"
SpecialPowerTemplate="SpecialPower_ManipulateObject"
AvailableAtStart="false"
UpdateModuleStartsAttack="true" />
<ActivateModuleSpecialPower
id="ModuleTag_ManipulatorDeviceUpdate"
SpecialPowerTemplate="SpecialPower_ManipulateObject"
StartAbilityRange="200"
Options="CHECK_SPECIALPOWER_REQUIREMENTS_DURING_UPDATE">
<Modules
ModuleId="ModuleTag_ManipulatorDeviceWorker"
TriggerType="TARGET_OBJECT" />
</ActivateModuleSpecialPower>
<TemporaryOwnerSpecialPower
id="ModuleTag_ManipulatorDeviceWorker"
SpecialPowerTemplate="SpecialPowerDummyTriggered3"
UpdateModuleStartsAttack="false" />
Parts "StartAbilityRange=" and "Options="CHECK_SPECIALPOWER_REQUIREMENTS_DURING_UPDATE" not working in RA3 SDK
Is there way to make these ability to work properly?