Parabomb Problem
I'm adding a Parabomb weapon into my mod, but I've come across a rather odd problem. Sometimes when the parabombs hit ground, they won't die but will just keep exploding. Here's the coding on them...
[BOMB]
UIName=Name:Bomb
Name=Parabomb
Image=PBOM
Category=Soldier
Primary=BombExplode
DeathWeapon=BombExplode
Strength=1000
Armor=none
TechLevel=-1
Sight=2
Speed=5
Owner=British,French,Germans,Americans,Alliance,Ru ssians,Confederation,Africans,Arabs,YuriCountry
AllowedToStartInMultiplayer=no
IsSelectableCombatant=no
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
PhysicalSize=1
MovementZone=Infantry
ThreatPosed=0 ; This value MUST be 0 for all building addons
Size=1
Crushable=yes
AttackFriendlies=yes
Trainable=no
LegalTarget=no ;To keep from being swatted by air defenses.
[BombExplode]
Damage=300
ROF=1
Range=20
Projectile=Invisible
Speed=0
Warhead=BOMBHE
Suicide=yes
[BOMBHE]
CellSpread=2
Verses=100%,100%,100%,100%,100%,100%,100%,100%,100 %,100%,100%
AnimList=TWLT070
InfDeath=4
ProneDamage=100%
|