Ok, for some reason my pod walker isn't buildable as the player, but AI spams it! How can I move the AI's spam from the pod walker to the ARC trooper?(I think you know what I'm doing) And also, how do I make the pod walker buildable to the player? Here's my code: <GroundCompany Name="Empire_Pod_Walker_Team_Kamino">
<Text_ID>TEXT_UNIT_POD_WALKER</Text_ID>
<Encyclopedia_Good_Against> Rebel_Trooper </Encyclopedia_Good_Against>
<Encyclopedia_Vulnerable_To> M1_Repulsor_Tank UC_Rebel_Buildable_Anti_Vehicle_Turret </Encyclopedia_Vulnerable_To>
<Encyclopedia_Unit_Class>TEXT_ENCYCLOPEDIA_CLASS_LIGHT_WALKER</Encyclopedia_Unit_Class>
<Encyclopedia_Text>TEXT_TOOLTIP_PODWALKER</Encyclopedia_Text>
<Is_Dummy>Yes</Is_Dummy>
<Damage>70</Damage>
<Autoresolve_Health>600</Autoresolve_Health>
<Affiliation>Empire</Affiliation>
<Required_Ground_Base_Level>1</Required_Ground_Base_Level>
<Required_Planets>Kamino</Required_Planets>
<Build_Cost_Credits>130</Build_Cost_Credits>
<Build_Time_Seconds>40</Build_Time_Seconds>
<Behavior>DUMMY_GROUND_COMPANY</Behavior>
<Formation_Priority>1</Formation_Priority>
<Is_Escort>yes</Is_Escort>
<Ship_Class>tank</Ship_Class>
<Company_Transport_Unit>Gallofree_Transport</Company_Transport_Unit>
<Company_Units>Pod_Walker_Empire, Pod_Walker_Empire, Pod_Walker_Empire</Company_Units>
<Icon_Name>i_button_pod_walker.tga</Icon_Name>
<Score_Cost_Credits>600</Score_Cost_Credits>
</GroundCompany>
<GroundCompany Name="Rebel_Pod_Walker_Team_Kamino">
<Text_ID>TEXT_UNIT_POD_WALKER</Text_ID>
<Encyclopedia_Good_Against> Rebel_Trooper </Encyclopedia_Good_Against>
<Encyclopedia_Vulnerable_To> M1_Repulsor_Tank UC_Rebel_Buildable_Anti_Vehicle_Turret </Encyclopedia_Vulnerable_To>
<Encyclopedia_Unit_Class>TEXT_ENCYCLOPEDIA_CLASS_LIGHT_WALKER</Encyclopedia_Unit_Class>
<Encyclopedia_Text>TEXT_TOOLTIP_PODWALKER</Encyclopedia_Text>
<Is_Dummy>Yes</Is_Dummy>
<Damage>70</Damage>
<Autoresolve_Health>600</Autoresolve_Health>
<Affiliation>Rebel</Affiliation>
<Required_Ground_Base_Level>0</Required_Ground_Base_Level>
<Required_Planets>Kamino</Required_Planets>
<Build_Cost_Credits>130</Build_Cost_Credits>
<Build_Time_Seconds>40</Build_Time_Seconds>
<Behavior>DUMMY_GROUND_COMPANY</Behavior>
<Formation_Priority>1</Formation_Priority>
<Is_Escort>yes</Is_Escort>
<Ship_Class>tank</Ship_Class>
<Company_Transport_Unit>Gallofree_Transport</Company_Transport_Unit>
<Company_Units>Pod_Walker_Rebel, Pod_Walker_Rebel, Pod_Walker_Rebel</Company_Units>
<Icon_Name>i_button_pod_walker.tga</Icon_Name>
<Score_Cost_Credits>600</Score_Cost_Credits>
</GroundCompany>