Hello, I've been trying to add a new transport to my faction lately where units can call in a transport to pick them up. I've been having problems with compiling my mod and I keep getting an error saying "includes/ascallfortransportforvehicle.xml" <CreateAndEnterObjectSpecialPower xmlns="uri:ea.com:eala:asset" could not be declared near line 10. I'm guessing something is missing from the code.
Here is the code:
<?xml version="1.0" encoding="us-ascii"?>
<CreateAndEnterObjectSpecialPower xmlns="uri:ea.com:eala:asset"
id="ModuleTag_CallForTransport"
SpecialPowerTemplate="SpecialPowerCallForTransport AS"
OCL="OCL_ASCallForTransportForVehicle"
CreateLocation="CREATE_ABOVE_LOCATION"
TriggerFX=""
ChildModuleHandlesFX="false"
IdleWhenStartingPower="true">
</CreateAndEnterObjectSpecialPower>
Thanks for the help in advance.

Reply With Quote



