Perhaps you shoud have said what´s exactly going wrong...
You´ve made three primaryweapons...generals shure isn´t happy about that.
Change this:
Zitat:
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGun
End
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGunONE
End
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGunTWO
End ArmorSet
Conditions = None
Armor = TankArmor
DamageFX = TankDamageFX
End
|
that way:
Zitat:
WeaponSet
Conditions = None
Weapon = PRIMARY BattleMasterTankGun
Weapon = Secondary BattleMasterTankGunONE
Weapon = Tertiary BattleMasterTankGunTWO
End
ArmorSet
Conditions = None
Armor = TankArmor
DamageFX = TankDamageFX
End
|