OK, firstly I wanna say that there ISN'T another bounce = line in my pojectile description. So I made a projectile, which gets affected by gravity (gravity = true), I compiled and ran the level, but when the pawn was shooting the projectile it bounced off the ground or off the player's head . I checked if bounce has been set to true, but it wasn't... so what is it? What is this, that keeps making the projectile bounce?
Code: Select all
[Fireball]
type = projectile
effect0 = Goo
effectbone0 = efbone
actor = Projectile\rocket.act
rotation = 0 0 0
scale = 1
gravity = true
bounce = false
speed = 300
lifetime = 2
boundingbox = 3
explosion = bulletspark
actorexplosion = RocketExplosion
damage = 40
altdamage = 40
shakeamount = 25
shakedecay = 15
explosionradius = 70
explosiondamage = 25
decal = 0
bonelevel = false
attachactor = true