For the Imperial Assault mod, I have made a new blaster weapon. it now works how I want it too, except for one thing. For some reason, whenever the weapon fires it shows a blaster shot on the Fire bone at an angle, which disappears very quickly again (see pic below, stormtrooper on far right

). Is this anything to do with the DumbProjectileBehaviour module? I commented out most of it exxept the top line and bottom line in order to make them fire in a straight line, ie.
Code:
Behavior = DumbProjectileBehavior ModuleTag_04
; ; To tweak a Bezier path, please see GS
; FirstHeight = 10 ; Height of Bezier control points above highest intervening terrain
; SecondHeight = 10
; FirstPercentIndent = 50% ; Percentage of shot distance control points are placed
; SecondPercentIndent = 90%
; FlightPathAdjustDistPerSecond = 100 ; Can allow a max speed this can attempt to follow a ;target. Units are their velocity we can tag.
End
